#EDD592

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

Shades of Double Colonial White #EDD592

Tints of Double Colonial White #EDD592

Color information

#EDD592 (or 0xEDD592) is unknown color: approx Double Colonial White. HEX triplet: ED, D5 and 92. RGB value is (237,213,146). Sum of RGB (Red+Green+Blue) = 237+213+146=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 146 (57.42% from 255 or 24.50% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD592 is #122A6D. Grayscale: #D4D4D4. Windows color (decimal): -1190510 or 9623021. OLE color: 9623021.

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

Color convert

RGB237213146-
CMYK00.100.380.07
HSL44.18º71.65%75.1%-
HSV(B)44.18º38.4%92.94%-
XYZ63.9167.6736.89-
YUV212.5490.45145.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.77%
GREEN value IS 213 (83.59% from 255) = 35.74%
BLUE value IS 146 (57.42% from 255) = 24.50%
R=39.77%
G=35.74%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721314600.100.380.0744.1871.6575.1
HexEDD5920A2672c484b
Octal35532522201246754110113
Binary1110110111010101100100100101010011011110110010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD592; }

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

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

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

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

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

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

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

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