Html Css Color HEX #EAB310 Moon Yellow

📋 copy color: '#EAB310'

red 234 ◦ green 179 ◦ blue 16

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

Shades of Moon Yellow #EAB310

Tints of Moon Yellow #EAB310

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.72%

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

R = 54.55%
G = 41.72%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EAB310 (or 0xEAB310) is known color: Moon Yellow. HEX triplet: EA, B3 and 10. RGB value is (234,179,16). Sum of RGB (Red+Green+Blue) = 234+179+16=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 16 (6.64% from 255 or 3.73% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB310 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB310 is #154CEF. Grayscale: #B1B1B1. Windows color (decimal): -1395952 or 1094634. OLE color: 1094634.

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

Color convert

RGB 234 179 16 -
CMYK 0 0.24 0.93 0.08
HSL 44.86º 0.87% 0.49% -
HSV(B) 44.86º 0.93% 0.92% -
XYZ 50.15 49.77 7.45 -
YUV 176.86 37.22 168.75 -
System Red Green Blue C M Y K H S L
Decimal 234 179 16 0 0.24 0.93 0.08 44.86 0.87 0.49
Hex EA B3 10 0 18 5D 8 2D 57 31
Octal 352 263 20 0 30 135 10 55 127 61
Binary 11101010 10110011 10000 0 11000 1011101 1000 101101 1010111 110001

Color Harmonies of #EAB310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB310

Black with #EAB310

Text Example


Text Example

White with #EAB310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB310; }

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

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

background-color css

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

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

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

border-color css

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

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

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