Html Css Color HEX #EAA375 Tacao

📋 copy color: '#EAA375'

red 234 ◦ green 163 ◦ blue 117

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

Shades of Tacao #EAA375

Tints of Tacao #EAA375

RGB

 RED value IS 234 (91.8% from 255) = 45.53%

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

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

R = 45.53%
G = 31.71%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EAA375 (or 0xEAA375) is known color: Tacao. HEX triplet: EA, A3 and 75. RGB value is (234,163,117). Sum of RGB (Red+Green+Blue) = 234+163+117=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA375 is #155C8A. Grayscale: #B3B3B3. Windows color (decimal): -1399947 or 7709674. OLE color: 7709674.

HSL color Cylindrical-coordinate representation of color #EAA375: hue angle of 23.59º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAA375 is Cyan = 0, Magento = 0.30, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 163 117 -
CMYK 0 0.30 0.5 0.08
HSL 23.59º 0.74% 0.69% -
HSV(B) 23.59º 0.5% 0.92% -
XYZ 50.24 44.97 22.86 -
YUV 178.99 93.02 167.24 -
System Red Green Blue C M Y K H S L
Decimal 234 163 117 0 0.30 0.5 0.08 23.59 0.74 0.69
Hex EA A3 75 0 1E 32 8 18 4A 45
Octal 352 243 165 0 36 62 10 30 112 105
Binary 11101010 10100011 1110101 0 11110 110010 1000 11000 1001010 1000101

Color Harmonies of #EAA375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA375

Black with #EAA375

Text Example


Text Example

White with #EAA375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA375; }

 p { color: rgb(234,163,117); }

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

background-color css

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

 a { background-color: rgb(234,163,117); }

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

border-color css

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

 span { border-color: rgb(234,163,117); }

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