Html Css Color HEX #EAD10C Gold

📋 copy color: '#EAD10C'

red 234 ◦ green 209 ◦ blue 12

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

Shades of Gold #EAD10C

Tints of Gold #EAD10C

RGB

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

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

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

R = 51.43%
G = 45.93%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAD10C (or 0xEAD10C) is known color: Gold. HEX triplet: EA, D1 and 0C. RGB value is (234,209,12). Sum of RGB (Red+Green+Blue) = 234+209+12=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 12 (5.08% from 255 or 2.64% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD10C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD10C is #152EF3. Grayscale: #C2C2C2. Windows color (decimal): -1388276 or 840170. OLE color: 840170.

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

Color convert

RGB 234 209 12 -
CMYK 0 0.11 0.95 0.08
HSL 53.24º 0.9% 0.48% -
HSV(B) 53.24º 0.95% 0.92% -
XYZ 56.8 63.12 9.54 -
YUV 194.02 25.28 156.52 -
System Red Green Blue C M Y K H S L
Decimal 234 209 12 0 0.11 0.95 0.08 53.24 0.9 0.48
Hex EA D1 C 0 B 5F 8 35 5A 30
Octal 352 321 14 0 13 137 10 65 132 60
Binary 11101010 11010001 1100 0 1011 1011111 1000 110101 1011010 110000

Color Harmonies of #EAD10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD10C

Black with #EAD10C

Text Example


Text Example

White with #EAD10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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