Html Css Color HEX #EAD003 Gold

📋 copy color: '#EAD003'

red 234 ◦ green 208 ◦ blue 3

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

Shades of Gold #EAD003

Tints of Gold #EAD003

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.74%

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

R = 52.58%
G = 46.74%
B = 0.67%

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

#EAD003 (or 0xEAD003) is known color: Gold. HEX triplet: EA, D0 and 03. RGB value is (234,208,3). Sum of RGB (Red+Green+Blue) = 234+208+3=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 3 (1.56% from 255 or 0.67% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD003 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD003 is #152FFC. Grayscale: #C1C1C1. Windows color (decimal): -1388541 or 250090. OLE color: 250090.

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

Color convert

RGB 234 208 3 -
CMYK 0 0.11 0.99 0.08
HSL 53.25º 0.97% 0.46% -
HSV(B) 53.25º 0.99% 0.92% -
XYZ 56.5 62.61 9.19 -
YUV 192.4 21.11 157.67 -
System Red Green Blue C M Y K H S L
Decimal 234 208 3 0 0.11 0.99 0.08 53.25 0.97 0.46
Hex EA D0 3 0 B 63 8 35 61 2E
Octal 352 320 3 0 13 143 10 65 141 56
Binary 11101010 11010000 11 0 1011 1100011 1000 110101 1100001 101110

Color Harmonies of #EAD003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD003

Black with #EAD003

Text Example


Text Example

White with #EAD003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD003; }

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

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

background-color css

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

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

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

border-color css

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

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

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