#EDE0CA

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

Shades of Bleach White #EDE0CA

Tints of Bleach White #EDE0CA

Color information

#EDE0CA (or 0xEDE0CA) is unknown color: approx Bleach White. HEX triplet: ED, E0 and CA. RGB value is (237,224,202). Sum of RGB (Red+Green+Blue) = 237+224+202=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 224 (87.89% from 255 or 33.79% from 663); Blue value is 202 (79.30% from 255 or 30.47% from 663); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE0CA is #121F35. Grayscale: #E1E1E1. Windows color (decimal): -1187638 or 13295853. OLE color: 13295853.

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

Color convert

RGB237224202-
CMYK00.050.150.07
HSL37.71º49.3%86.08%-
HSV(B)37.71º14.77%92.94%-
XYZ72.2475.5866.66-
YUV225.38114.81136.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.75%
GREEN value IS 224 (87.89% from 255) = 33.79%
BLUE value IS 202 (79.30% from 255) = 30.47%
R=35.75%
G=33.79%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722420200.050.150.0737.7149.386.08
HexEDE0CA05F7263156
Octal355340312051774661126
Binary111011011110000011001010010111111111001101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE0CA; }

 p { color: rgb(237,224,202); }

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

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

 a { background-color: rgb(237,224,202); }

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

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

 span { border-color: rgb(237,224,202); }

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