#EACA14

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

Shades of Moon Yellow #EACA14

Tints of Moon Yellow #EACA14

Color information

#EACA14 (or 0xEACA14) is unknown color: approx Moon Yellow. HEX triplet: EA, CA and 14. RGB value is (234,202,20). Sum of RGB (Red+Green+Blue) = 234+202+20=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 20 (8.20% from 255 or 4.39% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACA14 is #1535EB. Grayscale: #BFBFBF. Windows color (decimal): -1390060 or 1362666. OLE color: 1362666.

HSL color Cylindrical-coordinate representation of color #EACA14: hue angle of 51.03º degrees, saturation: 0.84, 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 #EACA14 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB23420220-
CMYK00.140.910.08
HSL51.03º84.25%49.8%-
HSV(B)51.03º91.45%91.76%-
XYZ55.1859.789.29-
YUV190.8231.6158.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.32%
GREEN value IS 202 (79.30% from 255) = 44.30%
BLUE value IS 20 (8.20% from 255) = 4.39%
R=51.32%
G=44.30%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342022000.140.910.0851.0384.2549.8
HexEACA140E5B8335432
Octal35231224016133106312462
Binary11101010110010101010001110101101110001100111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACA14; }

 p { color: rgb(234,202,20); }

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

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

 a { background-color: rgb(234,202,20); }

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

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

 span { border-color: rgb(234,202,20); }

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