Html Css Color HEX #EAB513 Moon Yellow

📋 copy color: '#EAB513'

red 234 ◦ green 181 ◦ blue 19

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

Shades of Moon Yellow #EAB513

Tints of Moon Yellow #EAB513

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.71%

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

R = 53.92%
G = 41.71%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EAB513 (or 0xEAB513) is known color: Moon Yellow. HEX triplet: EA, B5 and 13. RGB value is (234,181,19). Sum of RGB (Red+Green+Blue) = 234+181+19=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 19 (7.81% from 255 or 4.38% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB513 is #154AEC. Grayscale: #B3B3B3. Windows color (decimal): -1395437 or 1291754. OLE color: 1291754.

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

Color convert

RGB 234 181 19 -
CMYK 0 0.23 0.92 0.08
HSL 45.21º 0.85% 0.5% -
HSV(B) 45.21º 0.92% 0.92% -
XYZ 50.57 50.59 7.71 -
YUV 178.38 38.06 167.67 -
System Red Green Blue C M Y K H S L
Decimal 234 181 19 0 0.23 0.92 0.08 45.21 0.85 0.5
Hex EA B5 13 0 17 5C 8 2D 55 32
Octal 352 265 23 0 27 134 10 55 125 62
Binary 11101010 10110101 10011 0 10111 1011100 1000 101101 1010101 110010

Color Harmonies of #EAB513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB513

Black with #EAB513

Text Example


Text Example

White with #EAB513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB513; }

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

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

background-color css

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

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

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

border-color css

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

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

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