Html Css Color HEX #EEAC74 Tacao

📋 copy color: '#EEAC74'

red 238 ◦ green 172 ◦ blue 116

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

Shades of Tacao #EEAC74

Tints of Tacao #EEAC74

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.7%

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

R = 45.25%
G = 32.7%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EEAC74 (or 0xEEAC74) is known color: Tacao. HEX triplet: EE, AC and 74. RGB value is (238,172,116). Sum of RGB (Red+Green+Blue) = 238+172+116=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 116 (45.70% from 255 or 22.05% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAC74 is #11538B. Grayscale: #B9B9B9. Windows color (decimal): -1135500 or 7646446. OLE color: 7646446.

HSL color Cylindrical-coordinate representation of color #EEAC74: hue angle of 27.54º 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 #EEAC74 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 172 116 -
CMYK 0 0.28 0.51 0.07
HSL 27.54º 0.78% 0.69% -
HSV(B) 27.54º 0.51% 0.93% -
XYZ 53.16 48.94 23.17 -
YUV 185.35 88.87 165.55 -
System Red Green Blue C M Y K H S L
Decimal 238 172 116 0 0.28 0.51 0.07 27.54 0.78 0.69
Hex EE AC 74 0 1C 33 7 1C 4E 45
Octal 356 254 164 0 34 63 7 34 116 105
Binary 11101110 10101100 1110100 0 11100 110011 111 11100 1001110 1000101

Color Harmonies of #EEAC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAC74

Black with #EEAC74

Text Example


Text Example

White with #EEAC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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