#EFE0CC

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

Shades of Bleach White #EFE0CC

Tints of Bleach White #EFE0CC

Color information

#EFE0CC (or 0xEFE0CC) is unknown color: approx Bleach White. HEX triplet: EF, E0 and CC. RGB value is (239,224,204). Sum of RGB (Red+Green+Blue) = 239+224+204=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 224 (87.89% from 255 or 33.58% from 667); Blue value is 204 (80.08% from 255 or 30.58% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0CC is #101F33. Grayscale: #E2E2E2. Windows color (decimal): -1056564 or 13426927. OLE color: 13426927.

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

Color convert

RGB239224204-
CMYK00.060.150.06
HSL34.29º52.24%86.86%-
HSV(B)34.29º14.64%93.73%-
XYZ73.1576.0267.94-
YUV226.2115.47137.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.83%
GREEN value IS 224 (87.89% from 255) = 33.58%
BLUE value IS 204 (80.08% from 255) = 30.58%
R=35.83%
G=33.58%
B=30.58%

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
Decimal23922420400.060.150.0634.2952.2486.86
HexEFE0CC06F6223457
Octal357340314061764264127
Binary111011111110000011001100011011111101000101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE0CC; }

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

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

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

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

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

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

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

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