Html Css Color HEX #EABE10 Moon Yellow

📋 copy color: '#EABE10'

red 234 ◦ green 190 ◦ blue 16

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

Shades of Moon Yellow #EABE10

Tints of Moon Yellow #EABE10

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.18%

 BLUE value IS 16 (6.64% from 255) = 3.64%

R = 53.18%
G = 43.18%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EABE10 (or 0xEABE10) is known color: Moon Yellow. HEX triplet: EA, BE and 10. RGB value is (234,190,16). Sum of RGB (Red+Green+Blue) = 234+190+16=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 16 (6.64% from 255 or 3.64% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABE10 is #1541EF. Grayscale: #B8B8B8. Windows color (decimal): -1393136 or 1097450. OLE color: 1097450.

HSL color Cylindrical-coordinate representation of color #EABE10: hue angle of 47.89º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EABE10 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 190 16 -
CMYK 0 0.19 0.93 0.08
HSL 47.89º 0.87% 0.49% -
HSV(B) 47.89º 0.93% 0.92% -
XYZ 52.44 54.36 8.22 -
YUV 183.32 33.58 164.15 -
System Red Green Blue C M Y K H S L
Decimal 234 190 16 0 0.19 0.93 0.08 47.89 0.87 0.49
Hex EA BE 10 0 13 5D 8 30 57 31
Octal 352 276 20 0 23 135 10 60 127 61
Binary 11101010 10111110 10000 0 10011 1011101 1000 110000 1010111 110001

Color Harmonies of #EABE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABE10

Black with #EABE10

Text Example


Text Example

White with #EABE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABE10; }

 p { color: rgb(234,190,16); }

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

background-color css

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

 a { background-color: rgb(234,190,16); }

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

border-color css

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

 span { border-color: rgb(234,190,16); }

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