Html Css Color HEX #EAC019 Moon Yellow

📋 copy color: '#EAC019'

red 234 ◦ green 192 ◦ blue 25

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

Shades of Moon Yellow #EAC019

Tints of Moon Yellow #EAC019

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.57%

 BLUE value IS 25 (10.16% from 255) = 5.54%

R = 51.88%
G = 42.57%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EAC019 (or 0xEAC019) is known color: Moon Yellow. HEX triplet: EA, C0 and 19. RGB value is (234,192,25). Sum of RGB (Red+Green+Blue) = 234+192+25=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 25 (10.16% from 255 or 5.54% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC019 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC019 is #153FE6. Grayscale: #BABABA. Windows color (decimal): -1392615 or 1687786. OLE color: 1687786.

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

Color convert

RGB 234 192 25 -
CMYK 0 0.18 0.89 0.08
HSL 47.94º 0.83% 0.51% -
HSV(B) 47.94º 0.89% 0.92% -
XYZ 52.96 55.26 8.8 -
YUV 185.52 37.41 162.58 -
System Red Green Blue C M Y K H S L
Decimal 234 192 25 0 0.18 0.89 0.08 47.94 0.83 0.51
Hex EA C0 19 0 12 59 8 30 53 33
Octal 352 300 31 0 22 131 10 60 123 63
Binary 11101010 11000000 11001 0 10010 1011001 1000 110000 1010011 110011

Color Harmonies of #EAC019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC019

Black with #EAC019

Text Example


Text Example

White with #EAC019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC019; }

 p { color: rgb(234,192,25); }

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

background-color css

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

 a { background-color: rgb(234,192,25); }

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

border-color css

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

 span { border-color: rgb(234,192,25); }

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