#EED0BA

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

Shades of Watusi #EED0BA

Tints of Watusi #EED0BA

Color information

#EED0BA (or 0xEED0BA) is unknown color: approx Watusi. HEX triplet: EE, D0 and BA. RGB value is (238,208,186). Sum of RGB (Red+Green+Blue) = 238+208+186=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 208 (81.64% from 255 or 32.91% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0BA is #112F45. Grayscale: #D6D6D6. Windows color (decimal): -1126214 or 12243182. OLE color: 12243182.

HSL color Cylindrical-coordinate representation of color #EED0BA: hue angle of 25.38º 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 #EED0BA is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB238208186-
CMYK00.130.220.07
HSL25.38º60.47%83.14%-
HSV(B)25.38º21.85%93.33%-
XYZ66.6866.8355.84-
YUV214.46111.94144.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.66%
GREEN value IS 208 (81.64% from 255) = 32.91%
BLUE value IS 186 (73.05% from 255) = 29.43%
R=37.66%
G=32.91%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820818600.130.220.0725.3860.4783.14
HexEED0BA0D167193c53
Octal3563202720152673174123
Binary1110111011010000101110100110110110111110011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED0BA; }

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

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

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

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

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

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

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

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