Html Css Color HEX #EAD308 Gold

📋 copy color: '#EAD308'

red 234 ◦ green 211 ◦ blue 8

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

Shades of Gold #EAD308

Tints of Gold #EAD308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.77%

R = 51.66%
G = 46.58%
B = 1.77%

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

#EAD308 (or 0xEAD308) is known color: Gold. HEX triplet: EA, D3 and 08. RGB value is (234,211,8). Sum of RGB (Red+Green+Blue) = 234+211+8=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 211 (82.81% from 255 or 46.58% from 453); Blue value is 8 (3.52% from 255 or 1.77% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD308 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD308 is #152CF7. Grayscale: #C3C3C3. Windows color (decimal): -1387768 or 578538. OLE color: 578538.

HSL color Cylindrical-coordinate representation of color #EAD308: hue angle of 53.89º degrees, saturation: 0.93, 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 #EAD308 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 211 8 -
CMYK 0 0.10 0.97 0.08
HSL 53.89º 0.93% 0.47% -
HSV(B) 53.89º 0.97% 0.92% -
XYZ 57.27 64.1 9.58 -
YUV 194.74 22.62 156.01 -
System Red Green Blue C M Y K H S L
Decimal 234 211 8 0 0.10 0.97 0.08 53.89 0.93 0.47
Hex EA D3 8 0 A 61 8 36 5D 2F
Octal 352 323 10 0 12 141 10 66 135 57
Binary 11101010 11010011 1000 0 1010 1100001 1000 110110 1011101 101111

Color Harmonies of #EAD308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD308

Black with #EAD308

Text Example


Text Example

White with #EAD308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD308; }

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

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

background-color css

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

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

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

border-color css

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

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

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