Html Css Color HEX #EABA16 Moon Yellow

📋 copy color: '#EABA16'

red 234 ◦ green 186 ◦ blue 22

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

Shades of Moon Yellow #EABA16

Tints of Moon Yellow #EABA16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.98%

R = 52.94%
G = 42.08%
B = 4.98%

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

#EABA16 (or 0xEABA16) is known color: Moon Yellow. HEX triplet: EA, BA and 16. RGB value is (234,186,22). Sum of RGB (Red+Green+Blue) = 234+186+22=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 22 (8.98% from 255 or 4.98% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABA16 is #1545E9. Grayscale: #B6B6B6. Windows color (decimal): -1394154 or 1489642. OLE color: 1489642.

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

Color convert

RGB 234 186 22 -
CMYK 0 0.21 0.91 0.08
HSL 46.42º 0.83% 0.5% -
HSV(B) 46.42º 0.91% 0.92% -
XYZ 51.64 52.67 8.2 -
YUV 181.66 37.9 165.34 -
System Red Green Blue C M Y K H S L
Decimal 234 186 22 0 0.21 0.91 0.08 46.42 0.83 0.5
Hex EA BA 16 0 15 5B 8 2E 53 32
Octal 352 272 26 0 25 133 10 56 123 62
Binary 11101010 10111010 10110 0 10101 1011011 1000 101110 1010011 110010

Color Harmonies of #EABA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABA16

Black with #EABA16

Text Example


Text Example

White with #EABA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABA16; }

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

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

background-color css

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

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

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

border-color css

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

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

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