Html Css Color HEX #E8A572 Tacao

📋 copy color: '#E8A572'

red 232 ◦ green 165 ◦ blue 114

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

Shades of Tacao #E8A572

Tints of Tacao #E8A572

RGB

 RED value IS 232 (91.02% from 255) = 45.4%

 GREEN value IS 165 (64.84% from 255) = 32.29%

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

R = 45.4%
G = 32.29%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E8A572 (or 0xE8A572) is known color: Tacao. HEX triplet: E8, A5 and 72. RGB value is (232,165,114). Sum of RGB (Red+Green+Blue) = 232+165+114=511 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.40% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A572 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8A572 is #175A8D. Grayscale: #B3B3B3. Windows color (decimal): -1530510 or 7513576. OLE color: 7513576.

HSL color Cylindrical-coordinate representation of color #E8A572: hue angle of 25.93º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E8A572 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 165 114 -
CMYK 0 0.29 0.51 0.09
HSL 25.93º 0.72% 0.68% -
HSV(B) 25.93º 0.51% 0.91% -
XYZ 49.77 45.28 22.04 -
YUV 179.22 91.2 165.65 -
System Red Green Blue C M Y K H S L
Decimal 232 165 114 0 0.29 0.51 0.09 25.93 0.72 0.68
Hex E8 A5 72 0 1D 33 9 1A 48 44
Octal 350 245 162 0 35 63 11 32 110 104
Binary 11101000 10100101 1110010 0 11101 110011 1001 11010 1001000 1000100

Color Harmonies of #E8A572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A572

Black with #E8A572

Text Example


Text Example

White with #E8A572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A572; }

 p { color: rgb(232,165,114); }

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

background-color css

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

 a { background-color: rgb(232,165,114); }

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

border-color css

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

 span { border-color: rgb(232,165,114); }

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