Html Css Color HEX #ECC9BA Watusi

📋 copy color: '#ECC9BA'

red 236 ◦ green 201 ◦ blue 186

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

Shades of Watusi #ECC9BA

Tints of Watusi #ECC9BA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.26%

 BLUE value IS 186 (73.05% from 255) = 29.86%

R = 37.88%
G = 32.26%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ECC9BA (or 0xECC9BA) is known color: Watusi. HEX triplet: EC, C9 and BA. RGB value is (236,201,186). Sum of RGB (Red+Green+Blue) = 236+201+186=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC9BA is #133645. Grayscale: #D1D1D1. Windows color (decimal): -1259078 or 12241388. OLE color: 12241388.

HSL color Cylindrical-coordinate representation of color #ECC9BA: hue angle of 18º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECC9BA is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 201 186 -
CMYK 0 0.15 0.21 0.07
HSL 18º 0.57% 0.83% -
HSV(B) 18º 0.21% 0.93% -
XYZ 64.34 63.15 55.25 -
YUV 209.76 114.6 146.72 -
System Red Green Blue C M Y K H S L
Decimal 236 201 186 0 0.15 0.21 0.07 18 0.57 0.83
Hex EC C9 BA 0 F 15 7 12 39 53
Octal 354 311 272 0 17 25 7 22 71 123
Binary 11101100 11001001 10111010 0 1111 10101 111 10010 111001 1010011

Color Harmonies of #ECC9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC9BA

Black with #ECC9BA

Text Example


Text Example

White with #ECC9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC9BA; }

 p { color: rgb(236,201,186); }

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

background-color css

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

 a { background-color: rgb(236,201,186); }

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

border-color css

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

 span { border-color: rgb(236,201,186); }

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