#EFE1CA

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

Shades of Bleach White #EFE1CA

Tints of Bleach White #EFE1CA

Color information

#EFE1CA (or 0xEFE1CA) is unknown color: approx Bleach White. HEX triplet: EF, E1 and CA. RGB value is (239,225,202). Sum of RGB (Red+Green+Blue) = 239+225+202=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 202 (79.30% from 255 or 30.33% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1CA is #101E35. Grayscale: #E2E2E2. Windows color (decimal): -1056310 or 13296111. OLE color: 13296111.

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

Color convert

RGB239225202-
CMYK00.060.150.06
HSL37.3º53.62%86.47%-
HSV(B)37.3º15.48%93.73%-
XYZ73.1876.4766.78-
YUV226.56114.14136.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.89%
GREEN value IS 225 (88.28% from 255) = 33.78%
BLUE value IS 202 (79.30% from 255) = 30.33%
R=35.89%
G=33.78%
B=30.33%

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
Decimal23922520200.060.150.0637.353.6286.47
HexEFE1CA06F6253656
Octal357341312061764566126
Binary111011111110000111001010011011111101001011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE1CA; }

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

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

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

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

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

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

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

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