Html Css Color HEX #EEA475 Tacao

📋 copy color: '#EEA475'

red 238 ◦ green 164 ◦ blue 117

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

Shades of Tacao #EEA475

Tints of Tacao #EEA475

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.6%

 BLUE value IS 117 (46.09% from 255) = 22.54%

R = 45.86%
G = 31.6%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EEA475 (or 0xEEA475) is known color: Tacao. HEX triplet: EE, A4 and 75. RGB value is (238,164,117). Sum of RGB (Red+Green+Blue) = 238+164+117=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA475 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA475 is #115B8A. Grayscale: #B5B5B5. Windows color (decimal): -1137547 or 7709934. OLE color: 7709934.

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

Color convert

RGB 238 164 117 -
CMYK 0 0.31 0.51 0.07
HSL 23.31º 0.78% 0.7% -
HSV(B) 23.31º 0.51% 0.93% -
XYZ 51.75 46.01 22.98 -
YUV 180.77 92.02 168.82 -
System Red Green Blue C M Y K H S L
Decimal 238 164 117 0 0.31 0.51 0.07 23.31 0.78 0.7
Hex EE A4 75 0 1F 33 7 17 4E 46
Octal 356 244 165 0 37 63 7 27 116 106
Binary 11101110 10100100 1110101 0 11111 110011 111 10111 1001110 1000110

Color Harmonies of #EEA475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA475

Black with #EEA475

Text Example


Text Example

White with #EEA475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA475; }

 p { color: rgb(238,164,117); }

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

background-color css

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

 a { background-color: rgb(238,164,117); }

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

border-color css

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

 span { border-color: rgb(238,164,117); }

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