Html Css Color HEX #EABA1A Moon Yellow

📋 copy color: '#EABA1A'

red 234 ◦ green 186 ◦ blue 26

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

Shades of Moon Yellow #EABA1A

Tints of Moon Yellow #EABA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.83%

R = 52.47%
G = 41.7%
B = 5.83%

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

#EABA1A (or 0xEABA1A) is known color: Moon Yellow. HEX triplet: EA, BA and 1A. RGB value is (234,186,26). Sum of RGB (Red+Green+Blue) = 234+186+26=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 26 (10.55% from 255 or 5.83% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABA1A is #1545E5. Grayscale: #B6B6B6. Windows color (decimal): -1394150 or 1751786. OLE color: 1751786.

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

Color convert

RGB 234 186 26 -
CMYK 0 0.21 0.89 0.08
HSL 46.15º 0.83% 0.51% -
HSV(B) 46.15º 0.89% 0.92% -
XYZ 51.68 52.68 8.42 -
YUV 182.11 39.9 165.01 -
System Red Green Blue C M Y K H S L
Decimal 234 186 26 0 0.21 0.89 0.08 46.15 0.83 0.51
Hex EA BA 1A 0 15 59 8 2E 53 33
Octal 352 272 32 0 25 131 10 56 123 63
Binary 11101010 10111010 11010 0 10101 1011001 1000 101110 1010011 110011

Color Harmonies of #EABA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABA1A

Black with #EABA1A

Text Example


Text Example

White with #EABA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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