#EFE3CA

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

Shades of Bleach White #EFE3CA

Tints of Bleach White #EFE3CA

Color information

#EFE3CA (or 0xEFE3CA) is unknown color: approx Bleach White. HEX triplet: EF, E3 and CA. RGB value is (239,227,202). Sum of RGB (Red+Green+Blue) = 239+227+202=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 227 (89.06% from 255 or 33.98% from 668); Blue value is 202 (79.30% from 255 or 30.24% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3CA is #101C35. Grayscale: #E3E3E3. Windows color (decimal): -1055798 or 13296623. OLE color: 13296623.

HSL color Cylindrical-coordinate representation of color #EFE3CA: hue angle of 40.54º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFE3CA is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239227202-
CMYK00.050.150.06
HSL40.54º53.62%86.47%-
HSV(B)40.54º15.48%93.73%-
XYZ73.7377.5566.96-
YUV227.74113.48136.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.78%
GREEN value IS 227 (89.06% from 255) = 33.98%
BLUE value IS 202 (79.30% from 255) = 30.24%
R=35.78%
G=33.98%
B=30.24%

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
Decimal23922720200.050.150.0640.5453.6286.47
HexEFE3CA05F6293656
Octal357343312051765166126
Binary111011111110001111001010010111111101010011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE3CA; }

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

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

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

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

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

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

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

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