Html Css Color HEX #EEA570 Tacao

📋 copy color: '#EEA570'

red 238 ◦ green 165 ◦ blue 112

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

Shades of Tacao #EEA570

Tints of Tacao #EEA570

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.04%

 BLUE value IS 112 (44.14% from 255) = 21.75%

R = 46.21%
G = 32.04%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EEA570 (or 0xEEA570) is known color: Tacao. HEX triplet: EE, A5 and 70. RGB value is (238,165,112). Sum of RGB (Red+Green+Blue) = 238+165+112=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA570 is #115A8F. Grayscale: #B5B5B5. Windows color (decimal): -1137296 or 7382510. OLE color: 7382510.

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

Color convert

RGB 238 165 112 -
CMYK 0 0.31 0.53 0.07
HSL 25.24º 0.79% 0.69% -
HSV(B) 25.24º 0.53% 0.93% -
XYZ 51.64 46.26 21.54 -
YUV 180.79 89.18 168.81 -
System Red Green Blue C M Y K H S L
Decimal 238 165 112 0 0.31 0.53 0.07 25.24 0.79 0.69
Hex EE A5 70 0 1F 35 7 19 4F 45
Octal 356 245 160 0 37 65 7 31 117 105
Binary 11101110 10100101 1110000 0 11111 110101 111 11001 1001111 1000101

Color Harmonies of #EEA570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA570

Black with #EEA570

Text Example


Text Example

White with #EEA570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA570; }

 p { color: rgb(238,165,112); }

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

background-color css

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

 a { background-color: rgb(238,165,112); }

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

border-color css

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

 span { border-color: rgb(238,165,112); }

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