#EFCEBF

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

Shades of Watusi #EFCEBF

Tints of Watusi #EFCEBF

Color information

#EFCEBF (or 0xEFCEBF) is unknown color: approx Watusi. HEX triplet: EF, CE and BF. RGB value is (239,206,191). Sum of RGB (Red+Green+Blue) = 239+206+191=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEBF is #103140. Grayscale: #D6D6D6. Windows color (decimal): -1061185 or 12570351. OLE color: 12570351.

HSL color Cylindrical-coordinate representation of color #EFCEBF: hue angle of 18.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFCEBF is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239206191-
CMYK00.140.200.06
HSL18.75º60%84.31%-
HSV(B)18.75º20.08%93.73%-
XYZ67.0766.2558.54-
YUV214.16114.93145.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.58%
GREEN value IS 206 (80.86% from 255) = 32.39%
BLUE value IS 191 (75% from 255) = 30.03%
R=37.58%
G=32.39%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920619100.140.200.0618.756084.31
HexEFCEBF0E146133c54
Octal3573162770162462374124
Binary1110111111001110101111110111010100110100111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCEBF; }

 p { color: rgb(239,206,191); }

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

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

 a { background-color: rgb(239,206,191); }

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

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

 span { border-color: rgb(239,206,191); }

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