#efcbbb

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

Shades of Watusi #EFCBBB

Tints of Watusi #EFCBBB

Color information

#EFCBBB (or 0xEFCBBB) is unknown color: approx Watusi. HEX triplet: EF, CB and BB. RGB value is (239,203,187). Sum of RGB (Red+Green+Blue) = 239+203+187=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 187 (73.44% from 255 or 29.73% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBBB is #103444. Grayscale: #D4D4D4. Windows color (decimal): -1061957 or 12307439. OLE color: 12307439.

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

Color convert

RGB239203187-
CMYK00.150.220.06
HSL18.46º61.9%83.53%-
HSV(B)18.46º21.76%93.73%-
XYZ65.9264.6556.02-
YUV211.94113.93147.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.00%
GREEN value IS 203 (79.69% from 255) = 32.27%
BLUE value IS 187 (73.44% from 255) = 29.73%
R=38.00%
G=32.27%
B=29.73%

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
Decimal23920318700.150.220.0618.4661.983.53
HexEFCBBB0F166123e54
Octal3573132730172662276124
Binary1110111111001011101110110111110110110100101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efcbbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efcbbb; }

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

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

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

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

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

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

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

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