Html Css Color HEX #EAC50E Moon Yellow

📋 copy color: '#EAC50E'

red 234 ◦ green 197 ◦ blue 14

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

Shades of Moon Yellow #EAC50E

Tints of Moon Yellow #EAC50E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.15%

R = 52.58%
G = 44.27%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAC50E (or 0xEAC50E) is known color: Moon Yellow. HEX triplet: EA, C5 and 0E. RGB value is (234,197,14). Sum of RGB (Red+Green+Blue) = 234+197+14=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 197 (77.34% from 255 or 44.27% from 445); Blue value is 14 (5.86% from 255 or 3.15% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC50E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC50E is #153AF1. Grayscale: #BBBBBB. Windows color (decimal): -1391346 or 968170. OLE color: 968170.

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

Color convert

RGB 234 197 14 -
CMYK 0 0.16 0.94 0.08
HSL 49.91º 0.89% 0.49% -
HSV(B) 49.91º 0.94% 0.92% -
XYZ 53.98 57.46 8.66 -
YUV 187.2 30.26 161.38 -
System Red Green Blue C M Y K H S L
Decimal 234 197 14 0 0.16 0.94 0.08 49.91 0.89 0.49
Hex EA C5 E 0 10 5E 8 32 59 31
Octal 352 305 16 0 20 136 10 62 131 61
Binary 11101010 11000101 1110 0 10000 1011110 1000 110010 1011001 110001

Color Harmonies of #EAC50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC50E

Black with #EAC50E

Text Example


Text Example

White with #EAC50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC50E; }

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

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

background-color css

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

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

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

border-color css

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

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

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