Html Css Color HEX #EEA379 Tacao

📋 copy color: '#EEA379'

red 238 ◦ green 163 ◦ blue 121

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

Shades of Tacao #EEA379

Tints of Tacao #EEA379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.18%

R = 45.59%
G = 31.23%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EEA379 (or 0xEEA379) is known color: Tacao. HEX triplet: EE, A3 and 79. RGB value is (238,163,121). Sum of RGB (Red+Green+Blue) = 238+163+121=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 121 (47.66% from 255 or 23.18% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA379 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA379 is #115C86. Grayscale: #B4B4B4. Windows color (decimal): -1137799 or 7971822. OLE color: 7971822.

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

Color convert

RGB 238 163 121 -
CMYK 0 0.32 0.49 0.07
HSL 21.54º 0.77% 0.7% -
HSV(B) 21.54º 0.49% 0.93% -
XYZ 51.81 45.75 24.19 -
YUV 180.64 94.35 168.92 -
System Red Green Blue C M Y K H S L
Decimal 238 163 121 0 0.32 0.49 0.07 21.54 0.77 0.7
Hex EE A3 79 0 20 31 7 16 4D 46
Octal 356 243 171 0 40 61 7 26 115 106
Binary 11101110 10100011 1111001 0 100000 110001 111 10110 1001101 1000110

Color Harmonies of #EEA379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA379

Black with #EEA379

Text Example


Text Example

White with #EEA379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA379; }

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

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

background-color css

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

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

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

border-color css

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

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

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