Shades of Watusi #EECBB6
Tints of Watusi #EECBB6
RGB
CMYK
RGB Variations
Color information
#EECBB6 (or 0xEECBB6) is known color: Watusi. HEX triplet: EE, CB and B6. RGB value is (238,203,182). Sum of RGB (Red+Green+Blue) = 238+203+182=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 182 (71.48% from 255 or 29.21% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBB6 is #113449. Grayscale: #D3D3D3. Windows color (decimal): -1127498 or 11979758. OLE color: 11979758.
HSL color Cylindrical-coordinate representation of color #EECBB6: hue angle of 22.5º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EECBB6 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 182 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.07 |
| HSL | 22.5º | 0.62% | 0.82% | - |
| HSV(B) | 22.5º | 0.24% | 0.93% | - |
| XYZ | 65.06 | 64.27 | 53.23 | - |
| YUV | 211.07 | 111.6 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 182 | 0 | 0.15 | 0.24 | 0.07 | 22.5 | 0.62 | 0.82 |
| Hex | EE | CB | B6 | 0 | F | 18 | 7 | 16 | 3E | 52 |
| Octal | 356 | 313 | 266 | 0 | 17 | 30 | 7 | 26 | 76 | 122 |
| Binary | 11101110 | 11001011 | 10110110 | 0 | 1111 | 11000 | 111 | 10110 | 111110 | 1010010 |
Color Harmonies of #EECBB6
Complementary color
Monochromatic Colors of #EECBB6
Black with #EECBB6
Text Example
Text Example
White with #EECBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBB6; }
p { color: rgb(238,203,182); }
H1.HeaderClassName
{
color: #EECBB6;
}
.AnyTagClassName
{
color: #EECBB6;
}
</style>
background-color css
<style>
a { background-color: #EECBB6; }
a { background-color: rgb(238,203,182); }
div.DivClassName
{
background-color: #EECBB6;
}
.BgClassName
{
background-color: #EECBB6;
}
</style>
border-color css
<style>
span { border-color: #EECBB6; }
span { border-color: rgb(238,203,182); }
td.TdClassName
{
border-color: #EECBB6;
}
.TagClassName
{
border-color: #EECBB6;
}
</style>