#EDE0D1

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

Shades of Quarter Spanish White #EDE0D1

Tints of Quarter Spanish White #EDE0D1

Color information

#EDE0D1 (or 0xEDE0D1) is unknown color: approx Quarter Spanish White. HEX triplet: ED, E0 and D1. RGB value is (237,224,209). Sum of RGB (Red+Green+Blue) = 237+224+209=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 224 (87.89% from 255 or 33.43% from 670); Blue value is 209 (82.03% from 255 or 31.19% from 670); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE0D1 is #121F2E. Grayscale: #E2E2E2. Windows color (decimal): -1187631 or 13754605. OLE color: 13754605.

HSL color Cylindrical-coordinate representation of color #EDE0D1: hue angle of 32.14º degrees, saturation: 0.44, 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 #EDE0D1 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB237224209-
CMYK00.050.120.07
HSL32.14º43.75%87.45%-
HSV(B)32.14º11.81%92.94%-
XYZ73.0975.9271.12-
YUV226.18118.31135.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.37%
GREEN value IS 224 (87.89% from 255) = 33.43%
BLUE value IS 209 (82.03% from 255) = 31.19%
R=35.37%
G=33.43%
B=31.19%

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
Decimal23722420900.050.120.0732.1443.7587.45
HexEDE0D105C7202c57
Octal355340321051474054127
Binary111011011110000011010001010111001111000001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE0D1; }

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

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

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

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

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

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

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

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