#EFE0CD

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

Shades of Bleach White #EFE0CD

Tints of Bleach White #EFE0CD

Color information

#EFE0CD (or 0xEFE0CD) is unknown color: approx Bleach White. HEX triplet: EF, E0 and CD. RGB value is (239,224,205). Sum of RGB (Red+Green+Blue) = 239+224+205=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 224 (87.89% from 255 or 33.53% from 668); Blue value is 205 (80.47% from 255 or 30.69% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0CD is #101F32. Grayscale: #E2E2E2. Windows color (decimal): -1056563 or 13492463. OLE color: 13492463.

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

Color convert

RGB239224205-
CMYK00.060.140.06
HSL33.53º51.52%87.06%-
HSV(B)33.53º14.23%93.73%-
XYZ73.2776.0768.58-
YUV226.32115.97137.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.78%
GREEN value IS 224 (87.89% from 255) = 33.53%
BLUE value IS 205 (80.47% from 255) = 30.69%
R=35.78%
G=33.53%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922420500.060.140.0633.5351.5287.06
HexEFE0CD06E6223457
Octal357340315061664264127
Binary111011111110000011001101011011101101000101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE0CD; }

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

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

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

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

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

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

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

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