#EFCEBE

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

Shades of Watusi #EFCEBE

Tints of Watusi #EFCEBE

Color information

#EFCEBE (or 0xEFCEBE) is unknown color: approx Watusi. HEX triplet: EF, CE and BE. RGB value is (239,206,190). Sum of RGB (Red+Green+Blue) = 239+206+190=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEBE is #103141. Grayscale: #D6D6D6. Windows color (decimal): -1061186 or 12504815. OLE color: 12504815.

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

Color convert

RGB239206190-
CMYK00.140.210.06
HSL19.59º60.49%84.12%-
HSV(B)19.59º20.5%93.73%-
XYZ66.9666.2157.97-
YUV214.04114.43145.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.64%
GREEN value IS 206 (80.86% from 255) = 32.44%
BLUE value IS 190 (74.61% from 255) = 29.92%
R=37.64%
G=32.44%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920619000.140.210.0619.5960.4984.12
HexEFCEBE0E156143c54
Octal3573162760162562474124
Binary1110111111001110101111100111010101110101001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCEBE; }

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

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

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

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

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

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

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

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