#EFE0CB

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

Shades of Bleach White #EFE0CB

Tints of Bleach White #EFE0CB

Color information

#EFE0CB (or 0xEFE0CB) is unknown color: approx Bleach White. HEX triplet: EF, E0 and CB. RGB value is (239,224,203). Sum of RGB (Red+Green+Blue) = 239+224+203=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 224 (87.89% from 255 or 33.63% from 666); Blue value is 203 (79.69% from 255 or 30.48% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0CB is #101F34. Grayscale: #E2E2E2. Windows color (decimal): -1056565 or 13361391. OLE color: 13361391.

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

Color convert

RGB239224203-
CMYK00.060.150.06
HSL35º52.94%86.67%-
HSV(B)35º15.06%93.73%-
XYZ73.0375.9767.32-
YUV226.09114.97137.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.89%
GREEN value IS 224 (87.89% from 255) = 33.63%
BLUE value IS 203 (79.69% from 255) = 30.48%
R=35.89%
G=33.63%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922420300.060.150.063552.9486.67
HexEFE0CB06F6233557
Octal357340313061764365127
Binary111011111110000011001011011011111101000111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE0CB; }

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

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

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

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

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

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

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

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