Html Css Color HEX #EAB515 Moon Yellow

📋 copy color: '#EAB515'

red 234 ◦ green 181 ◦ blue 21

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

Shades of Moon Yellow #EAB515

Tints of Moon Yellow #EAB515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.82%

R = 53.67%
G = 41.51%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAB515 (or 0xEAB515) is known color: Moon Yellow. HEX triplet: EA, B5 and 15. RGB value is (234,181,21). Sum of RGB (Red+Green+Blue) = 234+181+21=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB515 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB515 is #154AEA. Grayscale: #B3B3B3. Windows color (decimal): -1395435 or 1422826. OLE color: 1422826.

HSL color Cylindrical-coordinate representation of color #EAB515: hue angle of 45.07º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EAB515 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 181 21 -
CMYK 0 0.23 0.91 0.08
HSL 45.07º 0.84% 0.5% -
HSV(B) 45.07º 0.91% 0.92% -
XYZ 50.59 50.59 7.81 -
YUV 178.61 39.06 167.51 -
System Red Green Blue C M Y K H S L
Decimal 234 181 21 0 0.23 0.91 0.08 45.07 0.84 0.5
Hex EA B5 15 0 17 5B 8 2D 54 32
Octal 352 265 25 0 27 133 10 55 124 62
Binary 11101010 10110101 10101 0 10111 1011011 1000 101101 1010100 110010

Color Harmonies of #EAB515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB515

Black with #EAB515

Text Example


Text Example

White with #EAB515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB515; }

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

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

background-color css

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

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

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

border-color css

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

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

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