#EFCBBF

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

Shades of Watusi #EFCBBF

Tints of Watusi #EFCBBF

Color information

#EFCBBF (or 0xEFCBBF) is unknown color: approx Watusi. HEX triplet: EF, CB and BF. RGB value is (239,203,191). Sum of RGB (Red+Green+Blue) = 239+203+191=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 191 (75% from 255 or 30.17% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBBF is #103440. Grayscale: #D4D4D4. Windows color (decimal): -1061953 or 12569583. OLE color: 12569583.

HSL color Cylindrical-coordinate representation of color #EFCBBF: hue angle of 15º 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 #EFCBBF is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239203191-
CMYK00.150.200.06
HSL15º60%84.31%-
HSV(B)15º20.08%93.73%-
XYZ66.3664.8258.31-
YUV212.4115.93146.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.76%
GREEN value IS 203 (79.69% from 255) = 32.07%
BLUE value IS 191 (75% from 255) = 30.17%
R=37.76%
G=32.07%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920319100.150.200.06156084.31
HexEFCBBF0F146f3c54
Octal3573132770172461774124
Binary111011111100101110111111011111010011011111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCBBF; }

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

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

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

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

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

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

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

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