#EAD035

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

Shades of Golden Dream #EAD035

Tints of Golden Dream #EAD035

Color information

#EAD035 (or 0xEAD035) is unknown color: approx Golden Dream. HEX triplet: EA, D0 and 35. RGB value is (234,208,53). Sum of RGB (Red+Green+Blue) = 234+208+53=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 53 (21.09% from 255 or 10.71% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD035 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD035 is #152FCA. Grayscale: #C6C6C6. Windows color (decimal): -1388491 or 3526890. OLE color: 3526890.

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

Color convert

RGB23420853-
CMYK00.110.770.08
HSL51.38º81.17%56.27%-
HSV(B)51.38º77.35%91.76%-
XYZ57.1362.8612.49-
YUV198.146.11153.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.27%
GREEN value IS 208 (81.64% from 255) = 42.02%
BLUE value IS 53 (21.09% from 255) = 10.71%
R=47.27%
G=42.02%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342085300.110.770.0851.3881.1756.27
HexEAD0350B4D8335138
Octal35232065013115106312170
Binary111010101101000011010101011100110110001100111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD035; }

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

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

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

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

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

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

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

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