Html Css Color HEX #EAD20C Gold

📋 copy color: '#EAD20C'

red 234 ◦ green 210 ◦ blue 12

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

Shades of Gold #EAD20C

Tints of Gold #EAD20C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.05%

 BLUE value IS 12 (5.08% from 255) = 2.63%

R = 51.32%
G = 46.05%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAD20C (or 0xEAD20C) is known color: Gold. HEX triplet: EA, D2 and 0C. RGB value is (234,210,12). Sum of RGB (Red+Green+Blue) = 234+210+12=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 12 (5.08% from 255 or 2.63% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD20C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD20C is #152DF3. Grayscale: #C3C3C3. Windows color (decimal): -1388020 or 840426. OLE color: 840426.

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

Color convert

RGB 234 210 12 -
CMYK 0 0.10 0.95 0.08
HSL 53.51º 0.9% 0.48% -
HSV(B) 53.51º 0.95% 0.92% -
XYZ 57.04 63.61 9.62 -
YUV 194.6 24.95 156.1 -
System Red Green Blue C M Y K H S L
Decimal 234 210 12 0 0.10 0.95 0.08 53.51 0.9 0.48
Hex EA D2 C 0 A 5F 8 36 5A 30
Octal 352 322 14 0 12 137 10 66 132 60
Binary 11101010 11010010 1100 0 1010 1011111 1000 110110 1011010 110000

Color Harmonies of #EAD20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD20C

Black with #EAD20C

Text Example


Text Example

White with #EAD20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD20C; }

 p { color: rgb(234,210,12); }

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

background-color css

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

 a { background-color: rgb(234,210,12); }

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

border-color css

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

 span { border-color: rgb(234,210,12); }

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