#EFCCBF

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

Shades of Watusi #EFCCBF

Tints of Watusi #EFCCBF

Color information

#EFCCBF (or 0xEFCCBF) is unknown color: approx Watusi. HEX triplet: EF, CC and BF. RGB value is (239,204,191). Sum of RGB (Red+Green+Blue) = 239+204+191=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 191 (75% from 255 or 30.13% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCBF is #103340. Grayscale: #D5D5D5. Windows color (decimal): -1061697 or 12569839. OLE color: 12569839.

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

Color convert

RGB239204191-
CMYK00.150.200.06
HSL16.25º60%84.31%-
HSV(B)16.25º20.08%93.73%-
XYZ66.5965.358.38-
YUV212.98115.6146.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.70%
GREEN value IS 204 (80.08% from 255) = 32.18%
BLUE value IS 191 (75% from 255) = 30.13%
R=37.70%
G=32.18%
B=30.13%

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
Decimal23920419100.150.200.0616.256084.31
HexEFCCBF0F146103c54
Octal3573142770172462074124
Binary1110111111001100101111110111110100110100001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCBF; }

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

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

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

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

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

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

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

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