#EDD591

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

Shades of Double Colonial White #EDD591

Tints of Double Colonial White #EDD591

Color information

#EDD591 (or 0xEDD591) is unknown color: approx Double Colonial White. HEX triplet: ED, D5 and 91. RGB value is (237,213,145). Sum of RGB (Red+Green+Blue) = 237+213+145=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 145 (57.03% from 255 or 24.37% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD591 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD591 is #122A6E. Grayscale: #D4D4D4. Windows color (decimal): -1190511 or 9557485. OLE color: 9557485.

HSL color Cylindrical-coordinate representation of color #EDD591: hue angle of 44.35º 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 #EDD591 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB237213145-
CMYK00.100.390.07
HSL44.35º71.88%74.9%-
HSV(B)44.35º38.82%92.94%-
XYZ63.8367.6436.48-
YUV212.4289.95145.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.83%
GREEN value IS 213 (83.59% from 255) = 35.80%
BLUE value IS 145 (57.03% from 255) = 24.37%
R=39.83%
G=35.80%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721314500.100.390.0744.3571.8874.9
HexEDD5910A2772c484b
Octal35532522101247754110113
Binary1110110111010101100100010101010011111110110010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD591; }

 p { color: rgb(237,213,145); }

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

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

 a { background-color: rgb(237,213,145); }

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

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

 span { border-color: rgb(237,213,145); }

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