Html Css Color HEX #EAC116 Moon Yellow

📋 copy color: '#EAC116'

red 234 ◦ green 193 ◦ blue 22

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

Shades of Moon Yellow #EAC116

Tints of Moon Yellow #EAC116

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.98%

 BLUE value IS 22 (8.98% from 255) = 4.9%

R = 52.12%
G = 42.98%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAC116 (or 0xEAC116) is known color: Moon Yellow. HEX triplet: EA, C1 and 16. RGB value is (234,193,22). Sum of RGB (Red+Green+Blue) = 234+193+22=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 22 (8.98% from 255 or 4.90% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC116 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC116 is #153EE9. Grayscale: #BABABA. Windows color (decimal): -1392362 or 1491434. OLE color: 1491434.

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

Color convert

RGB 234 193 22 -
CMYK 0 0.18 0.91 0.08
HSL 48.4º 0.83% 0.5% -
HSV(B) 48.4º 0.91% 0.92% -
XYZ 53.15 55.69 8.71 -
YUV 185.77 35.58 162.4 -
System Red Green Blue C M Y K H S L
Decimal 234 193 22 0 0.18 0.91 0.08 48.4 0.83 0.5
Hex EA C1 16 0 12 5B 8 30 53 32
Octal 352 301 26 0 22 133 10 60 123 62
Binary 11101010 11000001 10110 0 10010 1011011 1000 110000 1010011 110010

Color Harmonies of #EAC116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC116

Black with #EAC116

Text Example


Text Example

White with #EAC116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC116; }

 p { color: rgb(234,193,22); }

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

background-color css

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

 a { background-color: rgb(234,193,22); }

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

border-color css

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

 span { border-color: rgb(234,193,22); }

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