Html Css Color HEX #EABA15 Moon Yellow

📋 copy color: '#EABA15'

red 234 ◦ green 186 ◦ blue 21

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

Shades of Moon Yellow #EABA15

Tints of Moon Yellow #EABA15

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.18%

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

R = 53.06%
G = 42.18%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EABA15 (or 0xEABA15) is known color: Moon Yellow. HEX triplet: EA, BA and 15. RGB value is (234,186,21). Sum of RGB (Red+Green+Blue) = 234+186+21=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 21 (8.59% from 255 or 4.76% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABA15 is #1545EA. Grayscale: #B6B6B6. Windows color (decimal): -1394155 or 1424106. OLE color: 1424106.

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

Color convert

RGB 234 186 21 -
CMYK 0 0.21 0.91 0.08
HSL 46.48º 0.84% 0.5% -
HSV(B) 46.48º 0.91% 0.92% -
XYZ 51.63 52.66 8.15 -
YUV 181.54 37.4 165.42 -
System Red Green Blue C M Y K H S L
Decimal 234 186 21 0 0.21 0.91 0.08 46.48 0.84 0.5
Hex EA BA 15 0 15 5B 8 2E 54 32
Octal 352 272 25 0 25 133 10 56 124 62
Binary 11101010 10111010 10101 0 10101 1011011 1000 101110 1010100 110010

Color Harmonies of #EABA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABA15

Black with #EABA15

Text Example


Text Example

White with #EABA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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