Html Css Color HEX #EAD509 Gold

📋 copy color: '#EAD509'

red 234 ◦ green 213 ◦ blue 9

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

Shades of Gold #EAD509

Tints of Gold #EAD509

RGB

 RED value IS 234 (91.8% from 255) = 51.32%

 GREEN value IS 213 (83.59% from 255) = 46.71%

 BLUE value IS 9 (3.91% from 255) = 1.97%

R = 51.32%
G = 46.71%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EAD509 (or 0xEAD509) is known color: Gold. HEX triplet: EA, D5 and 09. RGB value is (234,213,9). Sum of RGB (Red+Green+Blue) = 234+213+9=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 9 (3.91% from 255 or 1.97% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD509 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD509 is #152AF6. Grayscale: #C4C4C4. Windows color (decimal): -1387255 or 644586. OLE color: 644586.

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

Color convert

RGB 234 213 9 -
CMYK 0 0.09 0.96 0.08
HSL 54.4º 0.93% 0.48% -
HSV(B) 54.4º 0.96% 0.92% -
XYZ 57.78 65.1 9.78 -
YUV 196.02 22.46 155.09 -
System Red Green Blue C M Y K H S L
Decimal 234 213 9 0 0.09 0.96 0.08 54.4 0.93 0.48
Hex EA D5 9 0 9 60 8 36 5D 30
Octal 352 325 11 0 11 140 10 66 135 60
Binary 11101010 11010101 1001 0 1001 1100000 1000 110110 1011101 110000

Color Harmonies of #EAD509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD509

Black with #EAD509

Text Example


Text Example

White with #EAD509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD509; }

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

 H1.HeaderClassName
 {
   color: #EAD509;
 }
 .AnyTagClassName
 {
   color: #EAD509;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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