#EFCCBB

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

Shades of Watusi #EFCCBB

Tints of Watusi #EFCCBB

Color information

#EFCCBB (or 0xEFCCBB) is unknown color: approx Watusi. HEX triplet: EF, CC and BB. RGB value is (239,204,187). Sum of RGB (Red+Green+Blue) = 239+204+187=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCBB is #103344. Grayscale: #D4D4D4. Windows color (decimal): -1061701 or 12307695. OLE color: 12307695.

HSL color Cylindrical-coordinate representation of color #EFCCBB: hue angle of 19.62º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFCCBB is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB239204187-
CMYK00.150.220.06
HSL19.62º61.9%83.53%-
HSV(B)19.62º21.76%93.73%-
XYZ66.1665.1256.1-
YUV212.53113.6146.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.94%
GREEN value IS 204 (80.08% from 255) = 32.38%
BLUE value IS 187 (73.44% from 255) = 29.68%
R=37.94%
G=32.38%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920418700.150.220.0619.6261.983.53
HexEFCCBB0F166143e54
Octal3573142730172662476124
Binary1110111111001100101110110111110110110101001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCBB; }

 p { color: rgb(239,204,187); }

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

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

 a { background-color: rgb(239,204,187); }

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

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

 span { border-color: rgb(239,204,187); }

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