#EAD135

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

Shades of Golden Dream #EAD135

Tints of Golden Dream #EAD135

Color information

#EAD135 (or 0xEAD135) is unknown color: approx Golden Dream. HEX triplet: EA, D1 and 35. RGB value is (234,209,53). Sum of RGB (Red+Green+Blue) = 234+209+53=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 53 (21.09% from 255 or 10.69% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD135 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD135 is #152ECA. Grayscale: #C7C7C7. Windows color (decimal): -1388235 or 3527146. OLE color: 3527146.

HSL color Cylindrical-coordinate representation of color #EAD135: hue angle of 51.71º 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 #EAD135 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB23420953-
CMYK00.110.770.08
HSL51.71º81.17%56.27%-
HSV(B)51.71º77.35%91.76%-
XYZ57.3763.3512.57-
YUV198.6945.78153.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.18%
GREEN value IS 209 (82.03% from 255) = 42.14%
BLUE value IS 53 (21.09% from 255) = 10.69%
R=47.18%
G=42.14%
B=10.69%

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
Decimal2342095300.110.770.0851.7181.1756.27
HexEAD1350B4D8345138
Octal35232165013115106412170
Binary111010101101000111010101011100110110001101001010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD135; }

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

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

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

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

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

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

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

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