Html Css Color HEX #EAC013 Moon Yellow

📋 copy color: '#EAC013'

red 234 ◦ green 192 ◦ blue 19

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

Shades of Moon Yellow #EAC013

Tints of Moon Yellow #EAC013

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.15%

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

R = 52.58%
G = 43.15%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EAC013 (or 0xEAC013) is known color: Moon Yellow. HEX triplet: EA, C0 and 13. RGB value is (234,192,19). Sum of RGB (Red+Green+Blue) = 234+192+19=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 19 (7.81% from 255 or 4.27% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC013 is #153FEC. Grayscale: #B9B9B9. Windows color (decimal): -1392621 or 1294570. OLE color: 1294570.

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

Color convert

RGB 234 192 19 -
CMYK 0 0.18 0.92 0.08
HSL 48.28º 0.85% 0.5% -
HSV(B) 48.28º 0.92% 0.92% -
XYZ 52.9 55.24 8.49 -
YUV 184.84 34.41 163.07 -
System Red Green Blue C M Y K H S L
Decimal 234 192 19 0 0.18 0.92 0.08 48.28 0.85 0.5
Hex EA C0 13 0 12 5C 8 30 55 32
Octal 352 300 23 0 22 134 10 60 125 62
Binary 11101010 11000000 10011 0 10010 1011100 1000 110000 1010101 110010

Color Harmonies of #EAC013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC013

Black with #EAC013

Text Example


Text Example

White with #EAC013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC013; }

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

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

background-color css

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

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

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

border-color css

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

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

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