Html Css Color HEX #EAC310 Moon Yellow

📋 copy color: '#EAC310'

red 234 ◦ green 195 ◦ blue 16

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

Shades of Moon Yellow #EAC310

Tints of Moon Yellow #EAC310

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.82%

 BLUE value IS 16 (6.64% from 255) = 3.6%

R = 52.58%
G = 43.82%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EAC310 (or 0xEAC310) is known color: Moon Yellow. HEX triplet: EA, C3 and 10. RGB value is (234,195,16). Sum of RGB (Red+Green+Blue) = 234+195+16=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 16 (6.64% from 255 or 3.60% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC310 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC310 is #153CEF. Grayscale: #BBBBBB. Windows color (decimal): -1391856 or 1098730. OLE color: 1098730.

HSL color Cylindrical-coordinate representation of color #EAC310: hue angle of 49.27º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EAC310 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 195 16 -
CMYK 0 0.17 0.93 0.08
HSL 49.27º 0.87% 0.49% -
HSV(B) 49.27º 0.93% 0.92% -
XYZ 53.54 56.56 8.59 -
YUV 186.26 31.92 162.05 -
System Red Green Blue C M Y K H S L
Decimal 234 195 16 0 0.17 0.93 0.08 49.27 0.87 0.49
Hex EA C3 10 0 11 5D 8 31 57 31
Octal 352 303 20 0 21 135 10 61 127 61
Binary 11101010 11000011 10000 0 10001 1011101 1000 110001 1010111 110001

Color Harmonies of #EAC310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC310

Black with #EAC310

Text Example


Text Example

White with #EAC310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC310; }

 p { color: rgb(234,195,16); }

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

background-color css

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

 a { background-color: rgb(234,195,16); }

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

border-color css

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

 span { border-color: rgb(234,195,16); }

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