#EDD58F

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

Shades of Double Colonial White #EDD58F

Tints of Double Colonial White #EDD58F

Color information

#EDD58F (or 0xEDD58F) is unknown color: approx Double Colonial White. HEX triplet: ED, D5 and 8F. RGB value is (237,213,143). Sum of RGB (Red+Green+Blue) = 237+213+143=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 143 (56.25% from 255 or 24.11% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD58F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD58F is #122A70. Grayscale: #D4D4D4. Windows color (decimal): -1190513 or 9426413. OLE color: 9426413.

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

Color convert

RGB237213143-
CMYK00.100.400.07
HSL44.68º72.31%74.51%-
HSV(B)44.68º39.66%92.94%-
XYZ63.6867.5835.67-
YUV212.288.95145.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.97%
GREEN value IS 213 (83.59% from 255) = 35.92%
BLUE value IS 143 (56.25% from 255) = 24.11%
R=39.97%
G=35.92%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721314300.100.400.0744.6872.3174.51
HexEDD58F0A2872d484b
Octal35532521701250755110113
Binary1110110111010101100011110101010100011110110110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD58F; }

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

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

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

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

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

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

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

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