#EFE2CA

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

Shades of Bleach White #EFE2CA

Tints of Bleach White #EFE2CA

Color information

#EFE2CA (or 0xEFE2CA) is unknown color: approx Bleach White. HEX triplet: EF, E2 and CA. RGB value is (239,226,202). Sum of RGB (Red+Green+Blue) = 239+226+202=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 202 (79.30% from 255 or 30.28% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2CA is #101D35. Grayscale: #E3E3E3. Windows color (decimal): -1056054 or 13296367. OLE color: 13296367.

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

Color convert

RGB239226202-
CMYK00.050.150.06
HSL38.92º53.62%86.47%-
HSV(B)38.92º15.48%93.73%-
XYZ73.4577.0166.87-
YUV227.15113.81136.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.83%
GREEN value IS 226 (88.67% from 255) = 33.88%
BLUE value IS 202 (79.30% from 255) = 30.28%
R=35.83%
G=33.88%
B=30.28%

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
Decimal23922620200.050.150.0638.9253.6286.47
HexEFE2CA05F6273656
Octal357342312051764766126
Binary111011111110001011001010010111111101001111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE2CA; }

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

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

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

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

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

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

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

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