Html Css Color HEX #EAD102 Gold

📋 copy color: '#EAD102'

red 234 ◦ green 209 ◦ blue 2

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

Shades of Gold #EAD102

Tints of Gold #EAD102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 52.58%
G = 46.97%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EAD102 (or 0xEAD102) is known color: Gold. HEX triplet: EA, D1 and 02. RGB value is (234,209,2). Sum of RGB (Red+Green+Blue) = 234+209+2=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 209 (82.03% from 255 or 46.97% from 445); Blue value is 2 (1.17% from 255 or 0.45% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD102 is #152EFD. Grayscale: #C1C1C1. Windows color (decimal): -1388286 or 184810. OLE color: 184810.

HSL color Cylindrical-coordinate representation of color #EAD102: hue angle of 53.53º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EAD102 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 209 2 -
CMYK 0 0.11 0.99 0.08
HSL 53.53º 0.98% 0.46% -
HSV(B) 53.53º 0.99% 0.92% -
XYZ 56.74 63.1 9.25 -
YUV 192.88 20.28 157.33 -
System Red Green Blue C M Y K H S L
Decimal 234 209 2 0 0.11 0.99 0.08 53.53 0.98 0.46
Hex EA D1 2 0 B 63 8 36 62 2E
Octal 352 321 2 0 13 143 10 66 142 56
Binary 11101010 11010001 10 0 1011 1100011 1000 110110 1100010 101110

Color Harmonies of #EAD102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD102

Black with #EAD102

Text Example


Text Example

White with #EAD102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD102; }

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

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

background-color css

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

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

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

border-color css

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

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

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