Html Css Color HEX #EAC424 Moon Yellow

📋 copy color: '#EAC424'

red 234 ◦ green 196 ◦ blue 36

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

Shades of Moon Yellow #EAC424

Tints of Moon Yellow #EAC424

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.06%

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

R = 50.21%
G = 42.06%
B = 7.73%

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

#EAC424 (or 0xEAC424) is known color: Moon Yellow. HEX triplet: EA, C4 and 24. RGB value is (234,196,36). Sum of RGB (Red+Green+Blue) = 234+196+36=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 36 (14.45% from 255 or 7.73% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC424 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC424 is #153BDB. Grayscale: #BDBDBD. Windows color (decimal): -1391580 or 2409706. OLE color: 2409706.

HSL color Cylindrical-coordinate representation of color #EAC424: hue angle of 48.48º 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 #EAC424 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 196 36 -
CMYK 0 0.16 0.85 0.08
HSL 48.48º 0.83% 0.53% -
HSV(B) 48.48º 0.85% 0.92% -
XYZ 53.99 57.1 9.84 -
YUV 189.12 41.59 160.01 -
System Red Green Blue C M Y K H S L
Decimal 234 196 36 0 0.16 0.85 0.08 48.48 0.83 0.53
Hex EA C4 24 0 10 55 8 30 52 35
Octal 352 304 44 0 20 125 10 60 122 65
Binary 11101010 11000100 100100 0 10000 1010101 1000 110000 1010010 110101

Color Harmonies of #EAC424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC424

Black with #EAC424

Text Example


Text Example

White with #EAC424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC424; }

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

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

background-color css

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

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

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

border-color css

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

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

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