#EDD034

Color #EDD034 Golden Dream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Dream #EDD034

Tints of Golden Dream #EDD034

Color information

#EDD034 (or 0xEDD034) is unknown color: approx Golden Dream. HEX triplet: ED, D0 and 34. RGB value is (237,208,52). Sum of RGB (Red+Green+Blue) = 237+208+52=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 52 (20.70% from 255 or 10.46% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD034 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD034 is #122FCB. Grayscale: #C7C7C7. Windows color (decimal): -1191884 or 3461357. OLE color: 3461357.

HSL color Cylindrical-coordinate representation of color #EDD034: hue angle of 50.59º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDD034 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB23720852-
CMYK00.120.780.07
HSL50.59º83.71%56.67%-
HSV(B)50.59º78.06%92.94%-
XYZ58.163.3612.42-
YUV198.8945.11155.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.69%
GREEN value IS 208 (81.64% from 255) = 41.85%
BLUE value IS 52 (20.70% from 255) = 10.46%
R=47.69%
G=41.85%
B=10.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372085200.120.780.0750.5983.7156.67
HexEDD0340C4E7335439
Octal3553206401411676312471
Binary11101101110100001101000110010011101111100111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD034; }

 p { color: rgb(237,208,52); }

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

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

 a { background-color: rgb(237,208,52); }

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

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

 span { border-color: rgb(237,208,52); }

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