Html Css Color HEX #EABA20 Moon Yellow

📋 copy color: '#EABA20'

red 234 ◦ green 186 ◦ blue 32

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

Shades of Moon Yellow #EABA20

Tints of Moon Yellow #EABA20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.08%

R = 51.77%
G = 41.15%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EABA20 (or 0xEABA20) is known color: Moon Yellow. HEX triplet: EA, BA and 20. RGB value is (234,186,32). Sum of RGB (Red+Green+Blue) = 234+186+32=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 32 (12.89% from 255 or 7.08% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABA20 is #1545DF. Grayscale: #B7B7B7. Windows color (decimal): -1394144 or 2145002. OLE color: 2145002.

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

Color convert

RGB 234 186 32 -
CMYK 0 0.21 0.86 0.08
HSL 45.74º 0.83% 0.52% -
HSV(B) 45.74º 0.86% 0.92% -
XYZ 51.75 52.71 8.81 -
YUV 182.8 42.9 164.52 -
System Red Green Blue C M Y K H S L
Decimal 234 186 32 0 0.21 0.86 0.08 45.74 0.83 0.52
Hex EA BA 20 0 15 56 8 2E 53 34
Octal 352 272 40 0 25 126 10 56 123 64
Binary 11101010 10111010 100000 0 10101 1010110 1000 101110 1010011 110100

Color Harmonies of #EABA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABA20

Black with #EABA20

Text Example


Text Example

White with #EABA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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