#EFC7B7

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

Shades of Watusi #EFC7B7

Tints of Watusi #EFC7B7

Color information

#EFC7B7 (or 0xEFC7B7) is unknown color: approx Watusi. HEX triplet: EF, C7 and B7. RGB value is (239,199,183). Sum of RGB (Red+Green+Blue) = 239+199+183=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 199 (78.12% from 255 or 32.05% from 621); Blue value is 183 (71.88% from 255 or 29.47% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7B7 is #103848. Grayscale: #D1D1D1. Windows color (decimal): -1062985 or 12044271. OLE color: 12044271.

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

Color convert

RGB239199183-
CMYK00.170.230.06
HSL17.14º63.64%82.75%-
HSV(B)17.14º23.43%93.73%-
XYZ64.5762.6253.48-
YUV209.14113.25149.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.49%
GREEN value IS 199 (78.12% from 255) = 32.05%
BLUE value IS 183 (71.88% from 255) = 29.47%
R=38.49%
G=32.05%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919918300.170.230.0617.1463.6482.75
HexEFC7B7011176114053
Octal35730726702127621100123
Binary111011111100011110110111010001101111101000110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC7B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC7B7; }

 p { color: rgb(239,199,183); }

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

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

 a { background-color: rgb(239,199,183); }

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

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

 span { border-color: rgb(239,199,183); }

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