Html Css Color HEX #EAC516 Moon Yellow

📋 copy color: '#EAC516'

red 234 ◦ green 197 ◦ blue 22

#EAC516
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moon Yellow #EAC516

Tints of Moon Yellow #EAC516

RGB

 RED value IS 234 (91.8% from 255) = 51.66%

 GREEN value IS 197 (77.34% from 255) = 43.49%

 BLUE value IS 22 (8.98% from 255) = 4.86%

R = 51.66%
G = 43.49%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAC516 (or 0xEAC516) is known color: Moon Yellow. HEX triplet: EA, C5 and 16. RGB value is (234,197,22). Sum of RGB (Red+Green+Blue) = 234+197+22=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC516 is #153AE9. Grayscale: #BCBCBC. Windows color (decimal): -1391338 or 1492458. OLE color: 1492458.

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

Color convert

RGB 234 197 22 -
CMYK 0 0.16 0.91 0.08
HSL 49.53º 0.83% 0.5% -
HSV(B) 49.53º 0.91% 0.92% -
XYZ 54.04 57.48 9.01 -
YUV 188.11 34.26 160.73 -
System Red Green Blue C M Y K H S L
Decimal 234 197 22 0 0.16 0.91 0.08 49.53 0.83 0.5
Hex EA C5 16 0 10 5B 8 32 53 32
Octal 352 305 26 0 20 133 10 62 123 62
Binary 11101010 11000101 10110 0 10000 1011011 1000 110010 1010011 110010

Color Harmonies of #EAC516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC516

Black with #EAC516

Text Example


Text Example

White with #EAC516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC516; }

 p { color: rgb(234,197,22); }

 H1.HeaderClassName
 {
   color: #EAC516;
 }
 .AnyTagClassName
 {
   color: #EAC516;
 }
</style>

background-color css

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

 a { background-color: rgb(234,197,22); }

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

border-color css

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

 span { border-color: rgb(234,197,22); }

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