Html Css Color HEX #ECAB72 Tacao

📋 copy color: '#ECAB72'

red 236 ◦ green 171 ◦ blue 114

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

Shades of Tacao #ECAB72

Tints of Tacao #ECAB72

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.82%

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

R = 45.3%
G = 32.82%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECAB72 (or 0xECAB72) is known color: Tacao. HEX triplet: EC, AB and 72. RGB value is (236,171,114). Sum of RGB (Red+Green+Blue) = 236+171+114=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAB72 is #13548D. Grayscale: #B8B8B8. Windows color (decimal): -1266830 or 7515116. OLE color: 7515116.

HSL color Cylindrical-coordinate representation of color #ECAB72: hue angle of 28.03º 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 #ECAB72 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 171 114 -
CMYK 0 0.28 0.52 0.07
HSL 28.03º 0.76% 0.69% -
HSV(B) 28.03º 0.52% 0.93% -
XYZ 52.19 48.17 22.47 -
YUV 183.94 88.53 165.13 -
System Red Green Blue C M Y K H S L
Decimal 236 171 114 0 0.28 0.52 0.07 28.03 0.76 0.69
Hex EC AB 72 0 1C 34 7 1C 4C 45
Octal 354 253 162 0 34 64 7 34 114 105
Binary 11101100 10101011 1110010 0 11100 110100 111 11100 1001100 1000101

Color Harmonies of #ECAB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAB72

Black with #ECAB72

Text Example


Text Example

White with #ECAB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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