Html Css Color HEX #EAA273 Tacao

📋 copy color: '#EAA273'

red 234 ◦ green 162 ◦ blue 115

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

Shades of Tacao #EAA273

Tints of Tacao #EAA273

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.7%

 BLUE value IS 115 (45.31% from 255) = 22.5%

R = 45.79%
G = 31.7%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EAA273 (or 0xEAA273) is known color: Tacao. HEX triplet: EA, A2 and 73. RGB value is (234,162,115). Sum of RGB (Red+Green+Blue) = 234+162+115=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 115 (45.31% from 255 or 22.50% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA273 is #155D8C. Grayscale: #B2B2B2. Windows color (decimal): -1400205 or 7578346. OLE color: 7578346.

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

Color convert

RGB 234 162 115 -
CMYK 0 0.31 0.51 0.08
HSL 23.7º 0.74% 0.68% -
HSV(B) 23.7º 0.51% 0.92% -
XYZ 49.95 44.57 22.19 -
YUV 178.17 92.35 167.82 -
System Red Green Blue C M Y K H S L
Decimal 234 162 115 0 0.31 0.51 0.08 23.7 0.74 0.68
Hex EA A2 73 0 1F 33 8 18 4A 44
Octal 352 242 163 0 37 63 10 30 112 104
Binary 11101010 10100010 1110011 0 11111 110011 1000 11000 1001010 1000100

Color Harmonies of #EAA273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA273

Black with #EAA273

Text Example


Text Example

White with #EAA273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA273; }

 p { color: rgb(234,162,115); }

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

background-color css

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

 a { background-color: rgb(234,162,115); }

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

border-color css

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

 span { border-color: rgb(234,162,115); }

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