Html Css Color HEX #EAD307 Gold

📋 copy color: '#EAD307'

red 234 ◦ green 211 ◦ blue 7

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

Shades of Gold #EAD307

Tints of Gold #EAD307

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.68%

 BLUE value IS 7 (3.13% from 255) = 1.55%

R = 51.77%
G = 46.68%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAD307 (or 0xEAD307) is known color: Gold. HEX triplet: EA, D3 and 07. RGB value is (234,211,7). Sum of RGB (Red+Green+Blue) = 234+211+7=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 7 (3.12% from 255 or 1.55% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD307 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD307 is #152CF8. Grayscale: #C3C3C3. Windows color (decimal): -1387769 or 513002. OLE color: 513002.

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

Color convert

RGB 234 211 7 -
CMYK 0 0.10 0.97 0.08
HSL 53.92º 0.94% 0.47% -
HSV(B) 53.92º 0.97% 0.92% -
XYZ 57.26 64.1 9.55 -
YUV 194.62 22.12 156.09 -
System Red Green Blue C M Y K H S L
Decimal 234 211 7 0 0.10 0.97 0.08 53.92 0.94 0.47
Hex EA D3 7 0 A 61 8 36 5E 2F
Octal 352 323 7 0 12 141 10 66 136 57
Binary 11101010 11010011 111 0 1010 1100001 1000 110110 1011110 101111

Color Harmonies of #EAD307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD307

Black with #EAD307

Text Example


Text Example

White with #EAD307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD307; }

 p { color: rgb(234,211,7); }

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

background-color css

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

 a { background-color: rgb(234,211,7); }

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

border-color css

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

 span { border-color: rgb(234,211,7); }

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