#EFCDBB

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

Shades of Watusi #EFCDBB

Tints of Watusi #EFCDBB

Color information

#EFCDBB (or 0xEFCDBB) is unknown color: approx Watusi. HEX triplet: EF, CD and BB. RGB value is (239,205,187). Sum of RGB (Red+Green+Blue) = 239+205+187=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDBB is #103244. Grayscale: #D5D5D5. Windows color (decimal): -1061445 or 12307951. OLE color: 12307951.

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

Color convert

RGB239205187-
CMYK00.140.220.06
HSL20.77º61.9%83.53%-
HSV(B)20.77º21.76%93.73%-
XYZ66.465.656.18-
YUV213.11113.26146.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.88%
GREEN value IS 205 (80.47% from 255) = 32.49%
BLUE value IS 187 (73.44% from 255) = 29.64%
R=37.88%
G=32.49%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920518700.140.220.0620.7761.983.53
HexEFCDBB0E166153e54
Octal3573152730162662576124
Binary1110111111001101101110110111010110110101011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDBB; }

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

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

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

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

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

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

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

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