Html Css Color HEX #EEA372 Tacao

📋 copy color: '#EEA372'

red 238 ◦ green 163 ◦ blue 114

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

Shades of Tacao #EEA372

Tints of Tacao #EEA372

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.65%

 BLUE value IS 114 (44.92% from 255) = 22.14%

R = 46.21%
G = 31.65%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EEA372 (or 0xEEA372) is known color: Tacao. HEX triplet: EE, A3 and 72. RGB value is (238,163,114). Sum of RGB (Red+Green+Blue) = 238+163+114=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 163 (64.06% from 255 or 31.65% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA372 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA372 is #115C8D. Grayscale: #B4B4B4. Windows color (decimal): -1137806 or 7513070. OLE color: 7513070.

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

Color convert

RGB 238 163 114 -
CMYK 0 0.32 0.52 0.07
HSL 23.71º 0.78% 0.69% -
HSV(B) 23.71º 0.52% 0.93% -
XYZ 51.39 45.59 22.01 -
YUV 179.84 90.85 169.48 -
System Red Green Blue C M Y K H S L
Decimal 238 163 114 0 0.32 0.52 0.07 23.71 0.78 0.69
Hex EE A3 72 0 20 34 7 18 4E 45
Octal 356 243 162 0 40 64 7 30 116 105
Binary 11101110 10100011 1110010 0 100000 110100 111 11000 1001110 1000101

Color Harmonies of #EEA372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA372

Black with #EEA372

Text Example


Text Example

White with #EEA372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA372; }

 p { color: rgb(238,163,114); }

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

background-color css

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

 a { background-color: rgb(238,163,114); }

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

border-color css

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

 span { border-color: rgb(238,163,114); }

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