#EFC9B5

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

Shades of Watusi #EFC9B5

Tints of Watusi #EFC9B5

Color information

#EFC9B5 (or 0xEFC9B5) is unknown color: approx Watusi. HEX triplet: EF, C9 and B5. RGB value is (239,201,181). Sum of RGB (Red+Green+Blue) = 239+201+181=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 201 (78.91% from 255 or 32.37% from 621); Blue value is 181 (71.09% from 255 or 29.15% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC9B5 is #10364A. Grayscale: #D2D2D2. Windows color (decimal): -1062475 or 11913711. OLE color: 11913711.

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

Color convert

RGB239201181-
CMYK00.160.240.06
HSL20.69º64.44%82.35%-
HSV(B)20.69º24.27%93.73%-
XYZ64.8263.4652.55-
YUV210.08111.59148.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.49%
GREEN value IS 201 (78.91% from 255) = 32.37%
BLUE value IS 181 (71.09% from 255) = 29.15%
R=38.49%
G=32.37%
B=29.15%

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
Decimal23920118100.160.240.0620.6964.4482.35
HexEFC9B5010186154052
Octal35731126502030625100122
Binary111011111100100110110101010000110001101010110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC9B5; }

 p { color: rgb(239,201,181); }

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

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

 a { background-color: rgb(239,201,181); }

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

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

 span { border-color: rgb(239,201,181); }

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