#EAB60F

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

Shades of Moon Yellow #EAB60F

Tints of Moon Yellow #EAB60F

Color information

#EAB60F (or 0xEAB60F) is unknown color: approx Moon Yellow. HEX triplet: EA, B6 and 0F. RGB value is (234,182,15). Sum of RGB (Red+Green+Blue) = 234+182+15=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 15 (6.25% from 255 or 3.48% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB60F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB60F is #1549F0. Grayscale: #B3B3B3. Windows color (decimal): -1395185 or 1029866. OLE color: 1029866.

HSL color Cylindrical-coordinate representation of color #EAB60F: hue angle of 45.75º degrees, saturation: 0.88, 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 #EAB60F is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB23418215-
CMYK00.220.940.08
HSL45.75º87.95%48.82%-
HSV(B)45.75º93.59%91.76%-
XYZ50.7550.987.62-
YUV178.5135.73167.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.29%
GREEN value IS 182 (71.48% from 255) = 42.23%
BLUE value IS 15 (6.25% from 255) = 3.48%
R=54.29%
G=42.23%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341821500.220.940.0845.7587.9548.82
HexEAB6F0165E82e5831
Octal35226617026136105613061
Binary11101010101101101111010110101111010001011101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB60F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB60F; }

 p { color: rgb(234,182,15); }

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

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

 a { background-color: rgb(234,182,15); }

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

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

 span { border-color: rgb(234,182,15); }

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