#EFE4CB

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

Shades of Bleach White #EFE4CB

Tints of Bleach White #EFE4CB

Color information

#EFE4CB (or 0xEFE4CB) is unknown color: approx Bleach White. HEX triplet: EF, E4 and CB. RGB value is (239,228,203). Sum of RGB (Red+Green+Blue) = 239+228+203=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 228 (89.45% from 255 or 34.03% from 670); Blue value is 203 (79.69% from 255 or 30.30% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4CB is #101B34. Grayscale: #E4E4E4. Windows color (decimal): -1055541 or 13362415. OLE color: 13362415.

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

Color convert

RGB239228203-
CMYK00.050.150.06
HSL41.67º52.94%86.67%-
HSV(B)41.67º15.06%93.73%-
XYZ74.1278.1567.68-
YUV228.44113.64135.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.67%
GREEN value IS 228 (89.45% from 255) = 34.03%
BLUE value IS 203 (79.69% from 255) = 30.30%
R=35.67%
G=34.03%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922820300.050.150.0641.6752.9486.67
HexEFE4CB05F62a3557
Octal357344313051765265127
Binary111011111110010011001011010111111101010101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE4CB; }

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

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

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

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

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

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

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

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