#EAC80C

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

Shades of Moon Yellow #EAC80C

Tints of Moon Yellow #EAC80C

Color information

#EAC80C (or 0xEAC80C) is unknown color: approx Moon Yellow. HEX triplet: EA, C8 and 0C. RGB value is (234,200,12). Sum of RGB (Red+Green+Blue) = 234+200+12=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 12 (5.08% from 255 or 2.69% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC80C is #1537F3. Grayscale: #BDBDBD. Windows color (decimal): -1390580 or 837866. OLE color: 837866.

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

Color convert

RGB23420012-
CMYK00.150.950.08
HSL50.81º90.24%48.24%-
HSV(B)50.81º94.87%91.76%-
XYZ54.6558.838.82-
YUV188.7328.26160.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.47%
GREEN value IS 200 (78.52% from 255) = 44.84%
BLUE value IS 12 (5.08% from 255) = 2.69%
R=52.47%
G=44.84%
B=2.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.95
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342001200.150.950.0850.8190.2448.24
HexEAC8C0F5F8335a30
Octal35231014017137106313260
Binary1110101011001000110001111101111110001100111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC80C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC80C; }

 p { color: rgb(234,200,12); }

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

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

 a { background-color: rgb(234,200,12); }

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

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

 span { border-color: rgb(234,200,12); }

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