Html Css Color HEX #ECAB7D Tacao

📋 copy color: '#ECAB7D'

red 236 ◦ green 171 ◦ blue 125

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

Shades of Tacao #ECAB7D

Tints of Tacao #ECAB7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.5%

R = 44.36%
G = 32.14%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ECAB7D (or 0xECAB7D) is known color: Tacao. HEX triplet: EC, AB and 7D. RGB value is (236,171,125). Sum of RGB (Red+Green+Blue) = 236+171+125=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAB7D is #135482. Grayscale: #B9B9B9. Windows color (decimal): -1266819 or 8236012. OLE color: 8236012.

HSL color Cylindrical-coordinate representation of color #ECAB7D: hue angle of 24.86º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECAB7D is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 171 125 -
CMYK 0 0.28 0.47 0.07
HSL 24.86º 0.74% 0.71% -
HSV(B) 24.86º 0.47% 0.93% -
XYZ 52.86 48.44 25.97 -
YUV 185.19 94.03 164.24 -
System Red Green Blue C M Y K H S L
Decimal 236 171 125 0 0.28 0.47 0.07 24.86 0.74 0.71
Hex EC AB 7D 0 1C 2F 7 19 4A 47
Octal 354 253 175 0 34 57 7 31 112 107
Binary 11101100 10101011 1111101 0 11100 101111 111 11001 1001010 1000111

Color Harmonies of #ECAB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAB7D

Black with #ECAB7D

Text Example


Text Example

White with #ECAB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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