Html Css Color HEX #ECAF76 Tacao

📋 copy color: '#ECAF76'

red 236 ◦ green 175 ◦ blue 118

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

Shades of Tacao #ECAF76

Tints of Tacao #ECAF76

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.08%

 BLUE value IS 118 (46.48% from 255) = 22.31%

R = 44.61%
G = 33.08%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#ECAF76 (or 0xECAF76) is known color: Tacao. HEX triplet: EC, AF and 76. RGB value is (236,175,118). Sum of RGB (Red+Green+Blue) = 236+175+118=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 118 (46.48% from 255 or 22.31% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAF76 is #135089. Grayscale: #BBBBBB. Windows color (decimal): -1265802 or 7778284. OLE color: 7778284.

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

Color convert

RGB 236 175 118 -
CMYK 0 0.26 0.5 0.07
HSL 28.98º 0.76% 0.69% -
HSV(B) 28.98º 0.5% 0.93% -
XYZ 53.19 49.8 23.95 -
YUV 186.74 89.21 163.13 -
System Red Green Blue C M Y K H S L
Decimal 236 175 118 0 0.26 0.5 0.07 28.98 0.76 0.69
Hex EC AF 76 0 1A 32 7 1D 4C 45
Octal 354 257 166 0 32 62 7 35 114 105
Binary 11101100 10101111 1110110 0 11010 110010 111 11101 1001100 1000101

Color Harmonies of #ECAF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAF76

Black with #ECAF76

Text Example


Text Example

White with #ECAF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAF76; }

 p { color: rgb(236,175,118); }

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

background-color css

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

 a { background-color: rgb(236,175,118); }

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

border-color css

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

 span { border-color: rgb(236,175,118); }

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