Html Css Color HEX #EAC513 Moon Yellow

📋 copy color: '#EAC513'

red 234 ◦ green 197 ◦ blue 19

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

Shades of Moon Yellow #EAC513

Tints of Moon Yellow #EAC513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.22%

R = 52%
G = 43.78%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EAC513 (or 0xEAC513) is known color: Moon Yellow. HEX triplet: EA, C5 and 13. RGB value is (234,197,19). Sum of RGB (Red+Green+Blue) = 234+197+19=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 19 (7.81% from 255 or 4.22% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC513 is #153AEC. Grayscale: #BCBCBC. Windows color (decimal): -1391341 or 1295850. OLE color: 1295850.

HSL color Cylindrical-coordinate representation of color #EAC513: hue angle of 49.67º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EAC513 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 197 19 -
CMYK 0 0.16 0.92 0.08
HSL 49.67º 0.85% 0.5% -
HSV(B) 49.67º 0.92% 0.92% -
XYZ 54.02 57.47 8.86 -
YUV 187.77 32.76 160.97 -
System Red Green Blue C M Y K H S L
Decimal 234 197 19 0 0.16 0.92 0.08 49.67 0.85 0.5
Hex EA C5 13 0 10 5C 8 32 55 32
Octal 352 305 23 0 20 134 10 62 125 62
Binary 11101010 11000101 10011 0 10000 1011100 1000 110010 1010101 110010

Color Harmonies of #EAC513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC513

Black with #EAC513

Text Example


Text Example

White with #EAC513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC513; }

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

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

background-color css

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

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

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

border-color css

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

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

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