Html Css Color HEX #EAC418 Moon Yellow

📋 copy color: '#EAC418'

red 234 ◦ green 196 ◦ blue 24

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

Shades of Moon Yellow #EAC418

Tints of Moon Yellow #EAC418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.29%

R = 51.54%
G = 43.17%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EAC418 (or 0xEAC418) is known color: Moon Yellow. HEX triplet: EA, C4 and 18. RGB value is (234,196,24). Sum of RGB (Red+Green+Blue) = 234+196+24=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 196 (76.95% from 255 or 43.17% from 454); Blue value is 24 (9.77% from 255 or 5.29% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC418 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC418 is #153BE7. Grayscale: #BCBCBC. Windows color (decimal): -1391592 or 1623274. OLE color: 1623274.

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

Color convert

RGB 234 196 24 -
CMYK 0 0.16 0.90 0.08
HSL 49.14º 0.83% 0.51% -
HSV(B) 49.14º 0.9% 0.92% -
XYZ 53.84 57.04 9.04 -
YUV 187.75 35.59 160.99 -
System Red Green Blue C M Y K H S L
Decimal 234 196 24 0 0.16 0.90 0.08 49.14 0.83 0.51
Hex EA C4 18 0 10 5A 8 31 53 33
Octal 352 304 30 0 20 132 10 61 123 63
Binary 11101010 11000100 11000 0 10000 1011010 1000 110001 1010011 110011

Color Harmonies of #EAC418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC418

Black with #EAC418

Text Example


Text Example

White with #EAC418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC418; }

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

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

background-color css

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

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

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

border-color css

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

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

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