#EFC8B6

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

Shades of Watusi #EFC8B6

Tints of Watusi #EFC8B6

Color information

#EFC8B6 (or 0xEFC8B6) is unknown color: approx Watusi. HEX triplet: EF, C8 and B6. RGB value is (239,200,182). Sum of RGB (Red+Green+Blue) = 239+200+182=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 182 (71.48% from 255 or 29.31% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8B6 is #103749. Grayscale: #D1D1D1. Windows color (decimal): -1062730 or 11978991. OLE color: 11978991.

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

Color convert

RGB239200182-
CMYK00.160.240.06
HSL18.95º64.04%82.55%-
HSV(B)18.95º23.85%93.73%-
XYZ64.6963.0453.01-
YUV209.61112.42148.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.49%
GREEN value IS 200 (78.52% from 255) = 32.21%
BLUE value IS 182 (71.48% from 255) = 29.31%
R=38.49%
G=32.21%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920018200.160.240.0618.9564.0482.55
HexEFC8B6010186134053
Octal35731026602030623100123
Binary111011111100100010110110010000110001101001110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC8B6; }

 p { color: rgb(239,200,182); }

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

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

 a { background-color: rgb(239,200,182); }

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

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

 span { border-color: rgb(239,200,182); }

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