COLOR #EDAE68

HEX: #EDAE68
RGB: (237,174,104)

Renk bilgisi

#EDAE68 contains mainly red color. #EDAE68 ‘ nin web güvenlik rengi #FF9966 (ya da #F96) dir.

RGB renk modeli

#EDAE68 color RGB value is (237,174,104).

  • kırmız ton 237;
  • yeşil ton 174;
  • mavi ton 104.
RGB:
(237,174,104)
(93%,68%,41%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 174 of 255 = 68%
B 104 of 255 = 41%

237
174
104

R + G + B ~ 67%. #EDAE68 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 174 + 104 = 515 (100%)
R 237 of 515 ~ 46.02%
G 174 of 515 ~ 33.79%
B 104 of 515 ~ 20.19%

%46.02
%33.79
%20.19

CMYK RENK MODELİ

#EDAE68 rengi CMYK tonu (0,27,56,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.58%
  • sarı tonu 56.12%
  • ana renk tonu 7.06%
CMYK:
(0,27,56,7)
C0M27Y56K7 
(0%,27%,56%,7%)
(0.00/0.27/0.56/0.07)	

CMYK yüzdeleri

%0
%26.58
%56.12
%7.06

Codes

Color #EDAE68 in popluar color models

EDAE68
RGB237174104
HSL32°78.70%66.86%
HSB/HSV32°56.12%92.94%
CMYK0.00%26.58%56.12%
7.06%

Color #EDAE68 in popluar number systems.

HEXEDAE68
Decimal237174104
Binary11101101101011101101000
Octal355256150

Shades and tints

Shades of #EDAE68

#EDAE68
(237,174,104)
#D89F5F
(216,159,95)
#C39056
(195,144,86)
#AE814D
(174,129,77)
#997244
(153,114,68)
#84633B
(132,99,59)
#6F5432
(111,84,50)
#5A4529
(90,69,41)
#453620
(69,54,32)
#302717
(48,39,23)
#1B180E
(27,24,14)
#000000
(0,0,0)

Tints of #EDAE68

#EDAE68
(237,174,104)
#EEB575
(238,181,117)
#EFBC82
(239,188,130)
#F0C38F
(240,195,143)
#F1CA9C
(241,202,156)
#F2D1A9
(242,209,169)
#F3D8B6
(243,216,182)
#F4DFC3
(244,223,195)
#F5E6D0
(245,230,208)
#F6EDDD
(246,237,221)
#F7F4EA
(247,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDAE68 color. Also use rgb(237,174,104) instead hex code.

Text Font Color

.myTextColor { color: #EDAE68; }

<p style="color:#EDAE68">This sample text font color is #EDAE68.</p>

This text font color is #EDAE68.


Background Color

.myBgColor { background-color: #EDAE68; }

<div style="background-color:#EDAE68">Inner text</div>

This div background color is #EDAE68.


Border color

.myBorderColor { border: 1px solid #EDAE68; }

<div style="border:3px solid #EDAE68">Div</div>

This div border color is #EDAE68.


Opacity

.myOpacity80 { color: #EDAE68; opacity: 0.8; }

<p style="color:#EDAE68;opacity:0.8;">80%</p>

Text with #EDAE68 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EDAE68;}

<p style="text-shadow: 3px 3px 1px #EDAE68">Text here.</p>

This text has shadow with #EDAE68 color.

.textShadow {text-shadow: 3px 3px 1px #EDAE68, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EDAE68, 5px 5px 20px red">Text here.</p>

This text has shadow with #EDAE68 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDAE68, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EDAE68, Direction=45, Strength=4)">Text</p>

This text has shadow with #EDAE68 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EDAE68;
  -webkit-box-shadow:	1px 1px 3px 2px #EDAE68;
  box-shadow:		1px 1px 3px 2px #EDAE68;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDAE68;
-webkit-box-shadow: 1px 1px 3px 2px #EDAE68;
box-shadow:1px 1px 3px 2px #EDAE68;">
Div content here</div>
This div box has shadow with color #EDAE68.

Preview

Color preview on black background

This text has color #EDAE68 on black background.


Color preview on white background

This text has color #EDAE68 on white background.



Black color preview on #EDAE68 background

This text has black color on #EDAE68 background.


White color preview on #EDAE68 background

This text has white color on #EDAE68 background.