Html Css Color HEX #EEA378 Tacao

📋 copy color: '#EEA378'

red 238 ◦ green 163 ◦ blue 120

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

Shades of Tacao #EEA378

Tints of Tacao #EEA378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.03%

R = 45.68%
G = 31.29%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EEA378 (or 0xEEA378) is known color: Tacao. HEX triplet: EE, A3 and 78. RGB value is (238,163,120). Sum of RGB (Red+Green+Blue) = 238+163+120=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA378 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA378 is #115C87. Grayscale: #B4B4B4. Windows color (decimal): -1137800 or 7906286. OLE color: 7906286.

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

Color convert

RGB 238 163 120 -
CMYK 0 0.32 0.50 0.07
HSL 21.86º 0.78% 0.7% -
HSV(B) 21.86º 0.5% 0.93% -
XYZ 51.75 45.73 23.87 -
YUV 180.52 93.85 169 -
System Red Green Blue C M Y K H S L
Decimal 238 163 120 0 0.32 0.50 0.07 21.86 0.78 0.7
Hex EE A3 78 0 20 32 7 16 4E 46
Octal 356 243 170 0 40 62 7 26 116 106
Binary 11101110 10100011 1111000 0 100000 110010 111 10110 1001110 1000110

Color Harmonies of #EEA378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA378

Black with #EEA378

Text Example


Text Example

White with #EEA378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA378; }

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

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

background-color css

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

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

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

border-color css

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

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

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