Html Css Color HEX #ECA872 Tacao

📋 copy color: '#ECA872'

red 236 ◦ green 168 ◦ blue 114

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

Shades of Tacao #ECA872

Tints of Tacao #ECA872

RGB

 RED value IS 236 (92.58% from 255) = 45.56%

 GREEN value IS 168 (66.02% from 255) = 32.43%

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

R = 45.56%
G = 32.43%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECA872 (or 0xECA872) is known color: Tacao. HEX triplet: EC, A8 and 72. RGB value is (236,168,114). Sum of RGB (Red+Green+Blue) = 236+168+114=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA872 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA872 is #13578D. Grayscale: #B6B6B6. Windows color (decimal): -1267598 or 7514348. OLE color: 7514348.

HSL color Cylindrical-coordinate representation of color #ECA872: hue angle of 26.56º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECA872 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 168 114 -
CMYK 0 0.29 0.52 0.07
HSL 26.56º 0.76% 0.69% -
HSV(B) 26.56º 0.52% 0.93% -
XYZ 51.63 47.05 22.28 -
YUV 182.18 89.53 166.39 -
System Red Green Blue C M Y K H S L
Decimal 236 168 114 0 0.29 0.52 0.07 26.56 0.76 0.69
Hex EC A8 72 0 1D 34 7 1B 4C 45
Octal 354 250 162 0 35 64 7 33 114 105
Binary 11101100 10101000 1110010 0 11101 110100 111 11011 1001100 1000101

Color Harmonies of #ECA872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA872

Black with #ECA872

Text Example


Text Example

White with #ECA872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA872; }

 p { color: rgb(236,168,114); }

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

background-color css

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

 a { background-color: rgb(236,168,114); }

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

border-color css

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

 span { border-color: rgb(236,168,114); }

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