#EAD502

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

Shades of Gold #EAD502

Tints of Gold #EAD502

Color information

#EAD502 (or 0xEAD502) is unknown color: approx Gold. HEX triplet: EA, D5 and 02. RGB value is (234,213,2). Sum of RGB (Red+Green+Blue) = 234+213+2=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 2 (1.17% from 255 or 0.45% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD502 is #152AFD. Grayscale: #C4C4C4. Windows color (decimal): -1387262 or 185834. OLE color: 185834.

HSL color Cylindrical-coordinate representation of color #EAD502: hue angle of 54.57º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EAD502 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB2342132-
CMYK00.090.990.08
HSL54.57º98.31%46.27%-
HSV(B)54.57º99.15%91.76%-
XYZ57.7465.099.58-
YUV195.2218.96155.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.12%
GREEN value IS 213 (83.59% from 255) = 47.44%
BLUE value IS 2 (1.17% from 255) = 0.45%
R=52.12%
G=47.44%
B=0.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234213200.090.990.0854.5798.3146.27
HexEAD520963837622e
Octal3523252011143106714256
Binary11101010110101011001001110001110001101111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD502; }

 p { color: rgb(234,213,2); }

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

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

 a { background-color: rgb(234,213,2); }

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

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

 span { border-color: rgb(234,213,2); }

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