Html Css Color HEX #EAC524 Moon Yellow

📋 copy color: '#EAC524'

red 234 ◦ green 197 ◦ blue 36

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

Shades of Moon Yellow #EAC524

Tints of Moon Yellow #EAC524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.71%

R = 50.11%
G = 42.18%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EAC524 (or 0xEAC524) is known color: Moon Yellow. HEX triplet: EA, C5 and 24. RGB value is (234,197,36). Sum of RGB (Red+Green+Blue) = 234+197+36=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 36 (14.45% from 255 or 7.71% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC524 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC524 is #153ADB. Grayscale: #BEBEBE. Windows color (decimal): -1391324 or 2409962. OLE color: 2409962.

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

Color convert

RGB 234 197 36 -
CMYK 0 0.16 0.85 0.08
HSL 48.79º 0.83% 0.53% -
HSV(B) 48.79º 0.85% 0.92% -
XYZ 54.22 57.55 9.92 -
YUV 189.71 41.26 159.59 -
System Red Green Blue C M Y K H S L
Decimal 234 197 36 0 0.16 0.85 0.08 48.79 0.83 0.53
Hex EA C5 24 0 10 55 8 31 52 35
Octal 352 305 44 0 20 125 10 61 122 65
Binary 11101010 11000101 100100 0 10000 1010101 1000 110001 1010010 110101

Color Harmonies of #EAC524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC524

Black with #EAC524

Text Example


Text Example

White with #EAC524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC524; }

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

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

background-color css

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

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

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

border-color css

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

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

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