#EFE3CC

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

Shades of Bleach White #EFE3CC

Tints of Bleach White #EFE3CC

Color information

#EFE3CC (or 0xEFE3CC) is unknown color: approx Bleach White. HEX triplet: EF, E3 and CC. RGB value is (239,227,204). Sum of RGB (Red+Green+Blue) = 239+227+204=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 227 (89.06% from 255 or 33.88% from 670); Blue value is 204 (80.08% from 255 or 30.45% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3CC is #101C33. Grayscale: #E4E4E4. Windows color (decimal): -1055796 or 13427695. OLE color: 13427695.

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

Color convert

RGB239227204-
CMYK00.050.150.06
HSL39.43º52.24%86.86%-
HSV(B)39.43º14.64%93.73%-
XYZ73.9677.6568.22-
YUV227.97114.48135.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.67%
GREEN value IS 227 (89.06% from 255) = 33.88%
BLUE value IS 204 (80.08% from 255) = 30.45%
R=35.67%
G=33.88%
B=30.45%

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
Decimal23922720400.050.150.0639.4352.2486.86
HexEFE3CC05F6273457
Octal357343314051764764127
Binary111011111110001111001100010111111101001111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE3CC; }

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

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

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

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

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

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

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

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