#EDD290

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

Shades of Double Colonial White #EDD290

Tints of Double Colonial White #EDD290

Color information

#EDD290 (or 0xEDD290) is unknown color: approx Double Colonial White. HEX triplet: ED, D2 and 90. RGB value is (237,210,144). Sum of RGB (Red+Green+Blue) = 237+210+144=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 144 (56.64% from 255 or 24.37% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD290 is #122D6F. Grayscale: #D2D2D2. Windows color (decimal): -1191280 or 9491181. OLE color: 9491181.

HSL color Cylindrical-coordinate representation of color #EDD290: hue angle of 42.58º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDD290 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB237210144-
CMYK00.110.390.07
HSL42.58º72.09%74.71%-
HSV(B)42.58º39.24%92.94%-
XYZ63.0166.1135.83-
YUV210.5590.45146.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.10%
GREEN value IS 210 (82.42% from 255) = 35.53%
BLUE value IS 144 (56.64% from 255) = 24.37%
R=40.10%
G=35.53%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721014400.110.390.0742.5872.0974.71
HexEDD2900B2772b484b
Octal35532222001347753110113
Binary1110110111010010100100000101110011111110101110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD290; }

 p { color: rgb(237,210,144); }

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

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

 a { background-color: rgb(237,210,144); }

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

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

 span { border-color: rgb(237,210,144); }

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