Html Css Color HEX #EAC613 Moon Yellow

📋 copy color: '#EAC613'

red 234 ◦ green 198 ◦ blue 19

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

Shades of Moon Yellow #EAC613

Tints of Moon Yellow #EAC613

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.9%

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

R = 51.88%
G = 43.9%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EAC613 (or 0xEAC613) is known color: Moon Yellow. HEX triplet: EA, C6 and 13. RGB value is (234,198,19). Sum of RGB (Red+Green+Blue) = 234+198+19=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 19 (7.81% from 255 or 4.21% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC613 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC613 is #1539EC. Grayscale: #BDBDBD. Windows color (decimal): -1391085 or 1296106. OLE color: 1296106.

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

Color convert

RGB 234 198 19 -
CMYK 0 0.15 0.92 0.08
HSL 49.95º 0.85% 0.5% -
HSV(B) 49.95º 0.92% 0.92% -
XYZ 54.24 57.93 8.94 -
YUV 188.36 32.43 160.55 -
System Red Green Blue C M Y K H S L
Decimal 234 198 19 0 0.15 0.92 0.08 49.95 0.85 0.5
Hex EA C6 13 0 F 5C 8 32 55 32
Octal 352 306 23 0 17 134 10 62 125 62
Binary 11101010 11000110 10011 0 1111 1011100 1000 110010 1010101 110010

Color Harmonies of #EAC613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC613

Black with #EAC613

Text Example


Text Example

White with #EAC613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC613; }

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

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

background-color css

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

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

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

border-color css

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

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

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