Html Css Color HEX #EAD502 Gold

📋 copy color: '#EAD502'

red 234 ◦ green 213 ◦ blue 2

#EAD502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gold #EAD502

Tints of Gold #EAD502

RGB

 RED value IS 234 (91.8% 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 value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EAD502 (or 0xEAD502) is known color: 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

RGB 234 213 2 -
CMYK 0 0.09 0.99 0.08
HSL 54.57º 0.98% 0.46% -
HSV(B) 54.57º 0.99% 0.92% -
XYZ 57.74 65.09 9.58 -
YUV 195.23 18.96 155.66 -
System Red Green Blue C M Y K H S L
Decimal 234 213 2 0 0.09 0.99 0.08 54.57 0.98 0.46
Hex EA D5 2 0 9 63 8 37 62 2E
Octal 352 325 2 0 11 143 10 67 142 56
Binary 11101010 11010101 10 0 1001 1100011 1000 110111 1100010 101110

Color Harmonies of #EAD502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD502

Black with #EAD502

Text Example


Text Example

White with #EAD502

Text Example


Text Example

HTML Codes & Css Web 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>