#EFCFBE

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

Shades of Watusi #EFCFBE

Tints of Watusi #EFCFBE

Color information

#EFCFBE (or 0xEFCFBE) is unknown color: approx Watusi. HEX triplet: EF, CF and BE. RGB value is (239,207,190). Sum of RGB (Red+Green+Blue) = 239+207+190=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFBE is #103041. Grayscale: #D6D6D6. Windows color (decimal): -1060930 or 12505071. OLE color: 12505071.

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

Color convert

RGB239207190-
CMYK00.130.210.06
HSL20.82º60.49%84.12%-
HSV(B)20.82º20.5%93.73%-
XYZ67.266.6958.05-
YUV214.63114.1145.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.58%
GREEN value IS 207 (81.25% from 255) = 32.55%
BLUE value IS 190 (74.61% from 255) = 29.87%
R=37.58%
G=32.55%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920719000.130.210.0620.8260.4984.12
HexEFCFBE0D156153c54
Octal3573172760152562574124
Binary1110111111001111101111100110110101110101011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCFBE; }

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

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

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

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

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

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

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

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