#EDE1BA

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

Shades of Dutch White #EDE1BA

Tints of Dutch White #EDE1BA

Color information

#EDE1BA (or 0xEDE1BA) is unknown color: approx Dutch White. HEX triplet: ED, E1 and BA. RGB value is (237,225,186). Sum of RGB (Red+Green+Blue) = 237+225+186=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 225 (88.28% from 255 or 34.72% from 648); Blue value is 186 (73.05% from 255 or 28.70% from 648); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE1BA is #121E45. Grayscale: #E0E0E0. Windows color (decimal): -1187398 or 12247533. OLE color: 12247533.

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

Color convert

RGB237225186-
CMYK00.050.220.07
HSL45.88º58.62%82.94%-
HSV(B)45.88º21.52%92.94%-
XYZ70.7175.457.28-
YUV224.14106.48137.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.57%
GREEN value IS 225 (88.28% from 255) = 34.72%
BLUE value IS 186 (73.05% from 255) = 28.70%
R=36.57%
G=34.72%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722518600.050.220.0745.8858.6282.94
HexEDE1BA051672e3b53
Octal355341272052675673123
Binary1110110111100001101110100101101101111011101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE1BA; }

 p { color: rgb(237,225,186); }

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

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

 a { background-color: rgb(237,225,186); }

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

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

 span { border-color: rgb(237,225,186); }

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