#EAC01E

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

Shades of Moon Yellow #EAC01E

Tints of Moon Yellow #EAC01E

Color information

#EAC01E (or 0xEAC01E) is unknown color: approx Moon Yellow. HEX triplet: EA, C0 and 1E. RGB value is (234,192,30). Sum of RGB (Red+Green+Blue) = 234+192+30=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 30 (12.11% from 255 or 6.58% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC01E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC01E is #153FE1. Grayscale: #BABABA. Windows color (decimal): -1392610 or 2015466. OLE color: 2015466.

HSL color Cylindrical-coordinate representation of color #EAC01E: hue angle of 47.65º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EAC01E is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB23419230-
CMYK00.180.870.08
HSL47.65º82.93%51.76%-
HSV(B)47.65º87.18%91.76%-
XYZ53.0255.299.11-
YUV186.0939.91162.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.32%
GREEN value IS 192 (75.39% from 255) = 42.11%
BLUE value IS 30 (12.11% from 255) = 6.58%
R=51.32%
G=42.11%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.87
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341923000.180.870.0847.6582.9351.76
HexEAC01E012578305334
Octal35230036022127106012364
Binary111010101100000011110010010101011110001100001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC01E; }

 p { color: rgb(234,192,30); }

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

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

 a { background-color: rgb(234,192,30); }

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

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

 span { border-color: rgb(234,192,30); }

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