#EDE2D0

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

Shades of Quarter Spanish White #EDE2D0

Tints of Quarter Spanish White #EDE2D0

Color information

#EDE2D0 (or 0xEDE2D0) is unknown color: approx Quarter Spanish White. HEX triplet: ED, E2 and D0. RGB value is (237,226,208). Sum of RGB (Red+Green+Blue) = 237+226+208=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 226 (88.67% from 255 or 33.68% from 671); Blue value is 208 (81.64% from 255 or 31.00% from 671); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2D0 is #121D2F. Grayscale: #E3E3E3. Windows color (decimal): -1187120 or 13689581. OLE color: 13689581.

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

Color convert

RGB237226208-
CMYK00.050.120.07
HSL37.24º44.62%87.25%-
HSV(B)37.24º12.24%92.94%-
XYZ73.5176.9570.65-
YUV227.24117.14134.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.32%
GREEN value IS 226 (88.67% from 255) = 33.68%
BLUE value IS 208 (81.64% from 255) = 31.00%
R=35.32%
G=33.68%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722620800.050.120.0737.2444.6287.25
HexEDE2D005C7252d57
Octal355342320051474555127
Binary111011011110001011010000010111001111001011011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE2D0; }

 p { color: rgb(237,226,208); }

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

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

 a { background-color: rgb(237,226,208); }

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

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

 span { border-color: rgb(237,226,208); }

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