Html Css Color HEX #EAD000 Gold

📋 copy color: '#EAD000'

red 234 ◦ green 208 ◦ blue 0

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

Shades of Gold #EAD000

Tints of Gold #EAD000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.94%
G = 47.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EAD000 (or 0xEAD000) is known color: Gold. HEX triplet: EA, D0 and 00. RGB value is (234,208,0). Sum of RGB (Red+Green+Blue) = 234+208+0=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 208 (81.64% from 255 or 47.06% from 442); Blue value is 0 (0.39% from 255 or 0% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD000 is #152FFF. Grayscale: #C0C0C0. Windows color (decimal): -1388544 or 53482. OLE color: 53482.

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

Color convert

RGB 234 208 0 -
CMYK 0 0.11 1 0.08
HSL 53.33º 1% 0.46% -
HSV(B) 53.33º 1% 0.92% -
XYZ 56.49 62.6 9.11 -
YUV 192.06 19.61 157.91 -
System Red Green Blue C M Y K H S L
Decimal 234 208 0 0 0.11 1 0.08 53.33 1 0.46
Hex EA D0 0 0 B 64 8 35 64 2E
Octal 352 320 0 0 13 144 10 65 144 56
Binary 11101010 11010000 0 0 1011 1100100 1000 110101 1100100 101110

Color Harmonies of #EAD000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD000

Black with #EAD000

Text Example


Text Example

White with #EAD000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD000; }

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

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

background-color css

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

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

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

border-color css

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

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

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