Html Css Color HEX #EAC520 Moon Yellow

📋 copy color: '#EAC520'

red 234 ◦ green 197 ◦ blue 32

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

Shades of Moon Yellow #EAC520

Tints of Moon Yellow #EAC520

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.55%

 BLUE value IS 32 (12.89% from 255) = 6.91%

R = 50.54%
G = 42.55%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EAC520 (or 0xEAC520) is known color: Moon Yellow. HEX triplet: EA, C5 and 20. RGB value is (234,197,32). Sum of RGB (Red+Green+Blue) = 234+197+32=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 32 (12.89% from 255 or 6.91% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC520 is #153ADF. Grayscale: #BDBDBD. Windows color (decimal): -1391328 or 2147818. OLE color: 2147818.

HSL color Cylindrical-coordinate representation of color #EAC520: hue angle of 49.01º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EAC520 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 197 32 -
CMYK 0 0.16 0.86 0.08
HSL 49.01º 0.83% 0.52% -
HSV(B) 49.01º 0.86% 0.92% -
XYZ 54.16 57.53 9.62 -
YUV 189.25 39.26 159.92 -
System Red Green Blue C M Y K H S L
Decimal 234 197 32 0 0.16 0.86 0.08 49.01 0.83 0.52
Hex EA C5 20 0 10 56 8 31 53 34
Octal 352 305 40 0 20 126 10 61 123 64
Binary 11101010 11000101 100000 0 10000 1010110 1000 110001 1010011 110100

Color Harmonies of #EAC520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC520

Black with #EAC520

Text Example


Text Example

White with #EAC520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC520; }

 p { color: rgb(234,197,32); }

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

background-color css

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

 a { background-color: rgb(234,197,32); }

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

border-color css

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

 span { border-color: rgb(234,197,32); }

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