#EEC8BA

Color #EEC8BA Watusi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watusi #EEC8BA

Tints of Watusi #EEC8BA

Color information

#EEC8BA (or 0xEEC8BA) is unknown color: approx Watusi. HEX triplet: EE, C8 and BA. RGB value is (238,200,186). Sum of RGB (Red+Green+Blue) = 238+200+186=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 200 (78.52% from 255 or 32.05% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC8BA is #113745. Grayscale: #D1D1D1. Windows color (decimal): -1128262 or 12241134. OLE color: 12241134.

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

Color convert

RGB238200186-
CMYK00.160.220.07
HSL16.15º60.47%83.14%-
HSV(B)16.15º21.85%93.33%-
XYZ64.7863.0355.21-
YUV209.77114.59148.14-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.14%
GREEN value IS 200 (78.52% from 255) = 32.05%
BLUE value IS 186 (73.05% from 255) = 29.81%
R=38.14%
G=32.05%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820018600.160.220.0716.1560.4783.14
HexEEC8BA010167103c53
Octal3563102720202672074123
Binary11101110110010001011101001000010110111100001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC8BA; }

 p { color: rgb(238,200,186); }

 H1.HeaderClassName
 {
   color: #EEC8BA;
 }
 .AnyTagClassName
 {
   color: #EEC8BA;
 }
</style>
background-color css

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

 a { background-color: rgb(238,200,186); }

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

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

 span { border-color: rgb(238,200,186); }

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