Html Css Color HEX #EAC515 Moon Yellow

📋 copy color: '#EAC515'

red 234 ◦ green 197 ◦ blue 21

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

Shades of Moon Yellow #EAC515

Tints of Moon Yellow #EAC515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.65%

R = 51.77%
G = 43.58%
B = 4.65%

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

#EAC515 (or 0xEAC515) is known color: Moon Yellow. HEX triplet: EA, C5 and 15. RGB value is (234,197,21). Sum of RGB (Red+Green+Blue) = 234+197+21=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 21 (8.59% from 255 or 4.65% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC515 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC515 is #153AEA. Grayscale: #BCBCBC. Windows color (decimal): -1391339 or 1426922. OLE color: 1426922.

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

Color convert

RGB 234 197 21 -
CMYK 0 0.16 0.91 0.08
HSL 49.58º 0.84% 0.5% -
HSV(B) 49.58º 0.91% 0.92% -
XYZ 54.03 57.48 8.96 -
YUV 188 33.76 160.81 -
System Red Green Blue C M Y K H S L
Decimal 234 197 21 0 0.16 0.91 0.08 49.58 0.84 0.5
Hex EA C5 15 0 10 5B 8 32 54 32
Octal 352 305 25 0 20 133 10 62 124 62
Binary 11101010 11000101 10101 0 10000 1011011 1000 110010 1010100 110010

Color Harmonies of #EAC515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC515

Black with #EAC515

Text Example


Text Example

White with #EAC515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC515; }

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

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

background-color css

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

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

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

border-color css

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

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

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