Html Css Color HEX #EAC514 Moon Yellow

📋 copy color: '#EAC514'

red 234 ◦ green 197 ◦ blue 20

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

Shades of Moon Yellow #EAC514

Tints of Moon Yellow #EAC514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.43%

R = 51.88%
G = 43.68%
B = 4.43%

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

#EAC514 (or 0xEAC514) is known color: Moon Yellow. HEX triplet: EA, C5 and 14. RGB value is (234,197,20). Sum of RGB (Red+Green+Blue) = 234+197+20=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 20 (8.20% from 255 or 4.43% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC514 is #153AEB. Grayscale: #BCBCBC. Windows color (decimal): -1391340 or 1361386. OLE color: 1361386.

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

Color convert

RGB 234 197 20 -
CMYK 0 0.16 0.91 0.08
HSL 49.63º 0.84% 0.5% -
HSV(B) 49.63º 0.91% 0.92% -
XYZ 54.02 57.48 8.91 -
YUV 187.89 33.26 160.89 -
System Red Green Blue C M Y K H S L
Decimal 234 197 20 0 0.16 0.91 0.08 49.63 0.84 0.5
Hex EA C5 14 0 10 5B 8 32 54 32
Octal 352 305 24 0 20 133 10 62 124 62
Binary 11101010 11000101 10100 0 10000 1011011 1000 110010 1010100 110010

Color Harmonies of #EAC514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC514

Black with #EAC514

Text Example


Text Example

White with #EAC514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC514; }

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

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

background-color css

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

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

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

border-color css

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

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

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