Html Css Color HEX #EEAD74 Tacao

📋 copy color: '#EEAD74'

red 238 ◦ green 173 ◦ blue 116

#EEAD74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacao #EEAD74

Tints of Tacao #EEAD74

RGB

 RED value IS 238 (93.36% from 255) = 45.16%

 GREEN value IS 173 (67.97% from 255) = 32.83%

 BLUE value IS 116 (45.7% from 255) = 22.01%

R = 45.16%
G = 32.83%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EEAD74 (or 0xEEAD74) is known color: Tacao. HEX triplet: EE, AD and 74. RGB value is (238,173,116). Sum of RGB (Red+Green+Blue) = 238+173+116=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 116 (45.70% from 255 or 22.01% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAD74 is #11528B. Grayscale: #BABABA. Windows color (decimal): -1135244 or 7646702. OLE color: 7646702.

HSL color Cylindrical-coordinate representation of color #EEAD74: hue angle of 28.03º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEAD74 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 173 116 -
CMYK 0 0.27 0.51 0.07
HSL 28.03º 0.78% 0.69% -
HSV(B) 28.03º 0.51% 0.93% -
XYZ 53.36 49.33 23.23 -
YUV 185.94 88.53 165.13 -
System Red Green Blue C M Y K H S L
Decimal 238 173 116 0 0.27 0.51 0.07 28.03 0.78 0.69
Hex EE AD 74 0 1B 33 7 1C 4E 45
Octal 356 255 164 0 33 63 7 34 116 105
Binary 11101110 10101101 1110100 0 11011 110011 111 11100 1001110 1000101

Color Harmonies of #EEAD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAD74

Black with #EEAD74

Text Example


Text Example

White with #EEAD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAD74; }

 p { color: rgb(238,173,116); }

 H1.HeaderClassName
 {
   color: #EEAD74;
 }
 .AnyTagClassName
 {
   color: #EEAD74;
 }
</style>

background-color css

<style>
 a { background-color: #EEAD74; }

 a { background-color: rgb(238,173,116); }

 div.DivClassName
 {
   background-color: #EEAD74;
 }
 .BgClassName
 {
   background-color: #EEAD74;
 }
</style>

border-color css

<style>
 span { border-color: #EEAD74; }

 span { border-color: rgb(238,173,116); }

 td.TdClassName
 {
   border-color: #EEAD74;
 }
 .TagClassName
 {
   border-color: #EEAD74;
 }
</style>