#EAC613

Color #EAC613 Moon Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Yellow #EAC613

Tints of Moon Yellow #EAC613

Color information

#EAC613 (or 0xEAC613) is unknown color: approx Moon Yellow. HEX triplet: EA, C6 and 13. RGB value is (234,198,19). Sum of RGB (Red+Green+Blue) = 234+198+19=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 19 (7.81% from 255 or 4.21% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC613 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC613 is #1539EC. Grayscale: #BDBDBD. Windows color (decimal): -1391085 or 1296106. OLE color: 1296106.

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

Color convert

RGB23419819-
CMYK00.150.920.08
HSL49.95º84.98%49.61%-
HSV(B)49.95º91.88%91.76%-
XYZ54.2457.938.94-
YUV188.3632.43160.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.88%
GREEN value IS 198 (77.73% from 255) = 43.90%
BLUE value IS 19 (7.81% from 255) = 4.21%
R=51.88%
G=43.90%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.92
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341981900.150.920.0849.9584.9849.61
HexEAC6130F5C8325532
Octal35230623017134106212562
Binary11101010110001101001101111101110010001100101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC613; }

 p { color: rgb(234,198,19); }

 H1.HeaderClassName
 {
   color: #EAC613;
 }
 .AnyTagClassName
 {
   color: #EAC613;
 }
</style>
background-color css

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

 a { background-color: rgb(234,198,19); }

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

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

 span { border-color: rgb(234,198,19); }

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