Html Css Color HEX #EAD10A Gold

📋 copy color: '#EAD10A'

red 234 ◦ green 209 ◦ blue 10

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

Shades of Gold #EAD10A

Tints of Gold #EAD10A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.14%

 BLUE value IS 10 (4.3% from 255) = 2.21%

R = 51.66%
G = 46.14%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EAD10A (or 0xEAD10A) is known color: Gold. HEX triplet: EA, D1 and 0A. RGB value is (234,209,10). Sum of RGB (Red+Green+Blue) = 234+209+10=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 209 (82.03% from 255 or 46.14% from 453); Blue value is 10 (4.30% from 255 or 2.21% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD10A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD10A is #152EF5. Grayscale: #C2C2C2. Windows color (decimal): -1388278 or 709098. OLE color: 709098.

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

Color convert

RGB 234 209 10 -
CMYK 0 0.11 0.96 0.08
HSL 53.3º 0.92% 0.48% -
HSV(B) 53.3º 0.96% 0.92% -
XYZ 56.79 63.12 9.48 -
YUV 193.79 24.28 156.68 -
System Red Green Blue C M Y K H S L
Decimal 234 209 10 0 0.11 0.96 0.08 53.3 0.92 0.48
Hex EA D1 A 0 B 60 8 35 5C 30
Octal 352 321 12 0 13 140 10 65 134 60
Binary 11101010 11010001 1010 0 1011 1100000 1000 110101 1011100 110000

Color Harmonies of #EAD10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD10A

Black with #EAD10A

Text Example


Text Example

White with #EAD10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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