Html Css Color HEX #EAD401 Gold

📋 copy color: '#EAD401'

red 234 ◦ green 212 ◦ blue 1

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

Shades of Gold #EAD401

Tints of Gold #EAD401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 52.35%
G = 47.43%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EAD401 (or 0xEAD401) is known color: Gold. HEX triplet: EA, D4 and 01. RGB value is (234,212,1). Sum of RGB (Red+Green+Blue) = 234+212+1=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 212 (83.20% from 255 or 47.43% from 447); Blue value is 1 (0.78% from 255 or 0.22% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD401 is #152BFE. Grayscale: #C3C3C3. Windows color (decimal): -1387519 or 120042. OLE color: 120042.

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

Color convert

RGB 234 212 1 -
CMYK 0 0.09 1.00 0.08
HSL 54.33º 0.99% 0.46% -
HSV(B) 54.33º 1% 0.92% -
XYZ 57.48 64.58 9.46 -
YUV 194.52 18.79 156.16 -
System Red Green Blue C M Y K H S L
Decimal 234 212 1 0 0.09 1.00 0.08 54.33 0.99 0.46
Hex EA D4 1 0 9 64 8 36 63 2E
Octal 352 324 1 0 11 144 10 66 143 56
Binary 11101010 11010100 1 0 1001 1100100 1000 110110 1100011 101110

Color Harmonies of #EAD401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD401

Black with #EAD401

Text Example


Text Example

White with #EAD401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD401; }

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

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

background-color css

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

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

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

border-color css

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

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

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