Html Css Color HEX #EAD40D Gold

📋 copy color: '#EAD40D'

red 234 ◦ green 212 ◦ blue 13

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

Shades of Gold #EAD40D

Tints of Gold #EAD40D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.83%

R = 50.98%
G = 46.19%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAD40D (or 0xEAD40D) is known color: Gold. HEX triplet: EA, D4 and 0D. RGB value is (234,212,13). Sum of RGB (Red+Green+Blue) = 234+212+13=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 212 (83.20% from 255 or 46.19% from 459); Blue value is 13 (5.47% from 255 or 2.83% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD40D is #152BF2. Grayscale: #C4C4C4. Windows color (decimal): -1387507 or 906474. OLE color: 906474.

HSL color Cylindrical-coordinate representation of color #EAD40D: hue angle of 54.03º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAD40D is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 212 13 -
CMYK 0 0.09 0.94 0.08
HSL 54.03º 0.89% 0.48% -
HSV(B) 54.03º 0.94% 0.92% -
XYZ 57.55 64.61 9.82 -
YUV 195.89 24.79 155.18 -
System Red Green Blue C M Y K H S L
Decimal 234 212 13 0 0.09 0.94 0.08 54.03 0.89 0.48
Hex EA D4 D 0 9 5E 8 36 59 30
Octal 352 324 15 0 11 136 10 66 131 60
Binary 11101010 11010100 1101 0 1001 1011110 1000 110110 1011001 110000

Color Harmonies of #EAD40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD40D

Black with #EAD40D

Text Example


Text Example

White with #EAD40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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