Html Css Color HEX #EAD402 Gold

📋 copy color: '#EAD402'

red 234 ◦ green 212 ◦ blue 2

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

Shades of Gold #EAD402

Tints of Gold #EAD402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 52.23%
G = 47.32%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EAD402 (or 0xEAD402) is known color: Gold. HEX triplet: EA, D4 and 02. RGB value is (234,212,2). Sum of RGB (Red+Green+Blue) = 234+212+2=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 2 (1.17% from 255 or 0.45% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD402 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD402 is #152BFD. Grayscale: #C3C3C3. Windows color (decimal): -1387518 or 185578. OLE color: 185578.

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

Color convert

RGB 234 212 2 -
CMYK 0 0.09 0.99 0.08
HSL 54.31º 0.98% 0.46% -
HSV(B) 54.31º 0.99% 0.92% -
XYZ 57.49 64.58 9.49 -
YUV 194.64 19.29 156.08 -
System Red Green Blue C M Y K H S L
Decimal 234 212 2 0 0.09 0.99 0.08 54.31 0.98 0.46
Hex EA D4 2 0 9 63 8 36 62 2E
Octal 352 324 2 0 11 143 10 66 142 56
Binary 11101010 11010100 10 0 1001 1100011 1000 110110 1100010 101110

Color Harmonies of #EAD402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD402

Black with #EAD402

Text Example


Text Example

White with #EAD402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD402; }

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

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

background-color css

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

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

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

border-color css

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

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

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