Html Css Color HEX #EAD30A Gold

📋 copy color: '#EAD30A'

red 234 ◦ green 211 ◦ blue 10

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

Shades of Gold #EAD30A

Tints of Gold #EAD30A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.37%

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

R = 51.43%
G = 46.37%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EAD30A (or 0xEAD30A) is known color: Gold. HEX triplet: EA, D3 and 0A. RGB value is (234,211,10). Sum of RGB (Red+Green+Blue) = 234+211+10=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 10 (4.30% from 255 or 2.20% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD30A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD30A is #152CF5. Grayscale: #C3C3C3. Windows color (decimal): -1387766 or 709610. OLE color: 709610.

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

Color convert

RGB 234 211 10 -
CMYK 0 0.10 0.96 0.08
HSL 53.84º 0.92% 0.48% -
HSV(B) 53.84º 0.96% 0.92% -
XYZ 57.28 64.1 9.64 -
YUV 194.96 23.62 155.84 -
System Red Green Blue C M Y K H S L
Decimal 234 211 10 0 0.10 0.96 0.08 53.84 0.92 0.48
Hex EA D3 A 0 A 60 8 36 5C 30
Octal 352 323 12 0 12 140 10 66 134 60
Binary 11101010 11010011 1010 0 1010 1100000 1000 110110 1011100 110000

Color Harmonies of #EAD30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD30A

Black with #EAD30A

Text Example


Text Example

White with #EAD30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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