#EFE2CC

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

Shades of Bleach White #EFE2CC

Tints of Bleach White #EFE2CC

Color information

#EFE2CC (or 0xEFE2CC) is unknown color: approx Bleach White. HEX triplet: EF, E2 and CC. RGB value is (239,226,204). Sum of RGB (Red+Green+Blue) = 239+226+204=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 226 (88.67% from 255 or 33.78% from 669); Blue value is 204 (80.08% from 255 or 30.49% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2CC is #101D33. Grayscale: #E3E3E3. Windows color (decimal): -1056052 or 13427439. OLE color: 13427439.

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

Color convert

RGB239226204-
CMYK00.050.150.06
HSL37.71º52.24%86.86%-
HSV(B)37.71º14.64%93.73%-
XYZ73.6977.168.13-
YUV227.38114.81136.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.72%
GREEN value IS 226 (88.67% from 255) = 33.78%
BLUE value IS 204 (80.08% from 255) = 30.49%
R=35.72%
G=33.78%
B=30.49%

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
Decimal23922620400.050.150.0637.7152.2486.86
HexEFE2CC05F6263457
Octal357342314051764664127
Binary111011111110001011001100010111111101001101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE2CC; }

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

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

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

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

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

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

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

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