#EAB50F

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

Shades of Moon Yellow #EAB50F

Tints of Moon Yellow #EAB50F

Color information

#EAB50F (or 0xEAB50F) is unknown color: approx Moon Yellow. HEX triplet: EA, B5 and 0F. RGB value is (234,181,15). Sum of RGB (Red+Green+Blue) = 234+181+15=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 15 (6.25% from 255 or 3.49% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB50F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB50F is #154AF0. Grayscale: #B2B2B2. Windows color (decimal): -1395441 or 1029610. OLE color: 1029610.

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

Color convert

RGB23418115-
CMYK00.230.940.08
HSL45.48º87.95%48.82%-
HSV(B)45.48º93.59%91.76%-
XYZ50.5450.577.55-
YUV177.9236.06168-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.42%
GREEN value IS 181 (71.09% from 255) = 42.09%
BLUE value IS 15 (6.25% from 255) = 3.49%
R=54.42%
G=42.09%
B=3.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341811500.230.940.0845.4887.9548.82
HexEAB5F0175E82d5831
Octal35226517027136105513061
Binary11101010101101011111010111101111010001011011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB50F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB50F; }

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

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

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

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

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

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

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

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