#EFC9BE

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

Shades of Watusi #EFC9BE

Tints of Watusi #EFC9BE

Color information

#EFC9BE (or 0xEFC9BE) is unknown color: approx Watusi. HEX triplet: EF, C9 and BE. RGB value is (239,201,190). Sum of RGB (Red+Green+Blue) = 239+201+190=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 201 (78.91% from 255 or 31.90% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC9BE is #103641. Grayscale: #D3D3D3. Windows color (decimal): -1062466 or 12503535. OLE color: 12503535.

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

Color convert

RGB239201190-
CMYK00.160.210.06
HSL13.47º60.49%84.12%-
HSV(B)13.47º20.5%93.73%-
XYZ65.7863.8457.57-
YUV211.11116.09147.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.94%
GREEN value IS 201 (78.91% from 255) = 31.90%
BLUE value IS 190 (74.61% from 255) = 30.16%
R=37.94%
G=31.90%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920119000.160.210.0613.4760.4984.12
HexEFC9BE010156d3c54
Octal3573112760202561574124
Binary1110111111001001101111100100001010111011011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC9BE; }

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

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

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

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

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

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

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

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