#EFCABF

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

Shades of Watusi #EFCABF

Tints of Watusi #EFCABF

Color information

#EFCABF (or 0xEFCABF) is unknown color: approx Watusi. HEX triplet: EF, CA and BF. RGB value is (239,202,191). Sum of RGB (Red+Green+Blue) = 239+202+191=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCABF is #103540. Grayscale: #D3D3D3. Windows color (decimal): -1062209 or 12569327. OLE color: 12569327.

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

Color convert

RGB239202191-
CMYK00.150.200.06
HSL13.75º60%84.31%-
HSV(B)13.75º20.08%93.73%-
XYZ66.1264.3558.23-
YUV211.81116.26147.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.82%
GREEN value IS 202 (79.30% from 255) = 31.96%
BLUE value IS 191 (75% from 255) = 30.22%
R=37.82%
G=31.96%
B=30.22%

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
Decimal23920219100.150.200.0613.756084.31
HexEFCABF0F146e3c54
Octal3573122770172461674124
Binary111011111100101010111111011111010011011101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCABF; }

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

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

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

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

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

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

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

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