#EAD039

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

Shades of Golden Dream #EAD039

Tints of Golden Dream #EAD039

Color information

#EAD039 (or 0xEAD039) is unknown color: approx Golden Dream. HEX triplet: EA, D0 and 39. RGB value is (234,208,57). Sum of RGB (Red+Green+Blue) = 234+208+57=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 57 (22.66% from 255 or 11.42% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD039 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD039 is #152FC6. Grayscale: #C7C7C7. Windows color (decimal): -1388487 or 3789034. OLE color: 3789034.

HSL color Cylindrical-coordinate representation of color #EAD039: hue angle of 51.19º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EAD039 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB23420857-
CMYK00.110.760.08
HSL51.19º80.82%57.06%-
HSV(B)51.19º75.64%91.76%-
XYZ57.2362.913-
YUV198.5648.11153.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.89%
GREEN value IS 208 (81.64% from 255) = 41.68%
BLUE value IS 57 (22.66% from 255) = 11.42%
R=46.89%
G=41.68%
B=11.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342085700.110.760.0851.1980.8257.06
HexEAD0390B4C8335139
Octal35232071013114106312171
Binary111010101101000011100101011100110010001100111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD039; }

 p { color: rgb(234,208,57); }

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

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

 a { background-color: rgb(234,208,57); }

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

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

 span { border-color: rgb(234,208,57); }

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