Html Css Color HEX #EAD203 Gold

📋 copy color: '#EAD203'

red 234 ◦ green 210 ◦ blue 3

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

Shades of Gold #EAD203

Tints of Gold #EAD203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.67%

R = 52.35%
G = 46.98%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EAD203 (or 0xEAD203) is known color: Gold. HEX triplet: EA, D2 and 03. RGB value is (234,210,3). Sum of RGB (Red+Green+Blue) = 234+210+3=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 3 (1.56% from 255 or 0.67% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD203 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD203 is #152DFC. Grayscale: #C2C2C2. Windows color (decimal): -1388029 or 250602. OLE color: 250602.

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

Color convert

RGB 234 210 3 -
CMYK 0 0.10 0.99 0.08
HSL 53.77º 0.97% 0.46% -
HSV(B) 53.77º 0.99% 0.92% -
XYZ 56.99 63.59 9.36 -
YUV 193.58 20.45 156.83 -
System Red Green Blue C M Y K H S L
Decimal 234 210 3 0 0.10 0.99 0.08 53.77 0.97 0.46
Hex EA D2 3 0 A 63 8 36 61 2E
Octal 352 322 3 0 12 143 10 66 141 56
Binary 11101010 11010010 11 0 1010 1100011 1000 110110 1100001 101110

Color Harmonies of #EAD203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD203

Black with #EAD203

Text Example


Text Example

White with #EAD203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD203; }

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

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

background-color css

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

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

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

border-color css

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

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

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