Html Css Color HEX #EAD400 Gold

📋 copy color: '#EAD400'

red 234 ◦ green 212 ◦ blue 0

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

Shades of Gold #EAD400

Tints of Gold #EAD400

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.53%

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

R = 52.47%
G = 47.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EAD400 (or 0xEAD400) is known color: Gold. HEX triplet: EA, D4 and 00. RGB value is (234,212,0). Sum of RGB (Red+Green+Blue) = 234+212+0=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 212 (83.20% from 255 or 47.53% from 446); Blue value is 0 (0.39% from 255 or 0% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD400 is #152BFF. Grayscale: #C3C3C3. Windows color (decimal): -1387520 or 54506. OLE color: 54506.

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

Color convert

RGB 234 212 0 -
CMYK 0 0.09 1 0.08
HSL 54.36º 1% 0.46% -
HSV(B) 54.36º 1% 0.92% -
XYZ 57.48 64.58 9.44 -
YUV 194.41 18.29 156.24 -
System Red Green Blue C M Y K H S L
Decimal 234 212 0 0 0.09 1 0.08 54.36 1 0.46
Hex EA D4 0 0 9 64 8 36 64 2E
Octal 352 324 0 0 11 144 10 66 144 56
Binary 11101010 11010100 0 0 1001 1100100 1000 110110 1100100 101110

Color Harmonies of #EAD400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD400

Black with #EAD400

Text Example


Text Example

White with #EAD400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD400; }

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

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

background-color css

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

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

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

border-color css

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

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

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