#EFCEBA

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

Shades of Watusi #EFCEBA

Tints of Watusi #EFCEBA

Color information

#EFCEBA (or 0xEFCEBA) is unknown color: approx Watusi. HEX triplet: EF, CE and BA. RGB value is (239,206,186). Sum of RGB (Red+Green+Blue) = 239+206+186=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEBA is #103145. Grayscale: #D5D5D5. Windows color (decimal): -1061190 or 12242671. OLE color: 12242671.

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

Color convert

RGB239206186-
CMYK00.140.220.06
HSL22.64º62.35%83.33%-
HSV(B)22.64º22.18%93.73%-
XYZ66.5366.0455.69-
YUV213.59112.43146.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.88%
GREEN value IS 206 (80.86% from 255) = 32.65%
BLUE value IS 186 (73.05% from 255) = 29.48%
R=37.88%
G=32.65%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920618600.140.220.0622.6462.3583.33
HexEFCEBA0E166173e53
Octal3573162720162662776123
Binary1110111111001110101110100111010110110101111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCEBA; }

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

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

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

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

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

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

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

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