Html Css Color HEX #EABA19 Moon Yellow

📋 copy color: '#EABA19'

red 234 ◦ green 186 ◦ blue 25

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

Shades of Moon Yellow #EABA19

Tints of Moon Yellow #EABA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.62%

R = 52.58%
G = 41.8%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EABA19 (or 0xEABA19) is known color: Moon Yellow. HEX triplet: EA, BA and 19. RGB value is (234,186,25). Sum of RGB (Red+Green+Blue) = 234+186+25=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 25 (10.16% from 255 or 5.62% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABA19 is #1545E6. Grayscale: #B6B6B6. Windows color (decimal): -1394151 or 1686250. OLE color: 1686250.

HSL color Cylindrical-coordinate representation of color #EABA19: hue angle of 46.22º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EABA19 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 186 25 -
CMYK 0 0.21 0.89 0.08
HSL 46.22º 0.83% 0.51% -
HSV(B) 46.22º 0.89% 0.92% -
XYZ 51.67 52.68 8.36 -
YUV 182 39.4 165.09 -
System Red Green Blue C M Y K H S L
Decimal 234 186 25 0 0.21 0.89 0.08 46.22 0.83 0.51
Hex EA BA 19 0 15 59 8 2E 53 33
Octal 352 272 31 0 25 131 10 56 123 63
Binary 11101010 10111010 11001 0 10101 1011001 1000 101110 1010011 110011

Color Harmonies of #EABA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABA19

Black with #EABA19

Text Example


Text Example

White with #EABA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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