#EECFBE

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

Shades of Watusi #EECFBE

Tints of Watusi #EECFBE

Color information

#EECFBE (or 0xEECFBE) is unknown color: approx Watusi. HEX triplet: EE, CF and BE. RGB value is (238,207,190). Sum of RGB (Red+Green+Blue) = 238+207+190=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFBE is #113041. Grayscale: #D6D6D6. Windows color (decimal): -1126466 or 12505070. OLE color: 12505070.

HSL color Cylindrical-coordinate representation of color #EECFBE: hue angle of 21.25º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EECFBE is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB238207190-
CMYK00.130.200.07
HSL21.25º58.54%83.92%-
HSV(B)21.25º20.17%93.33%-
XYZ66.8766.5258.03-
YUV214.33114.27144.88-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.48%
GREEN value IS 207 (81.25% from 255) = 32.60%
BLUE value IS 190 (74.61% from 255) = 29.92%
R=37.48%
G=32.60%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820719000.130.200.0721.2558.5483.92
HexEECFBE0D147153b54
Octal3563172760152472573124
Binary1110111011001111101111100110110100111101011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECFBE; }

 p { color: rgb(238,207,190); }

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

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

 a { background-color: rgb(238,207,190); }

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

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

 span { border-color: rgb(238,207,190); }

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