Html Css Color HEX #EABD20 Moon Yellow

📋 copy color: '#EABD20'

red 234 ◦ green 189 ◦ blue 32

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

Shades of Moon Yellow #EABD20

Tints of Moon Yellow #EABD20

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.54%

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

R = 51.43%
G = 41.54%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EABD20 (or 0xEABD20) is known color: Moon Yellow. HEX triplet: EA, BD and 20. RGB value is (234,189,32). Sum of RGB (Red+Green+Blue) = 234+189+32=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 32 (12.89% from 255 or 7.03% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABD20 is #1542DF. Grayscale: #B9B9B9. Windows color (decimal): -1393376 or 2145770. OLE color: 2145770.

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

Color convert

RGB 234 189 32 -
CMYK 0 0.19 0.86 0.08
HSL 46.63º 0.83% 0.52% -
HSV(B) 46.63º 0.86% 0.92% -
XYZ 52.39 53.99 9.03 -
YUV 184.56 41.91 163.27 -
System Red Green Blue C M Y K H S L
Decimal 234 189 32 0 0.19 0.86 0.08 46.63 0.83 0.52
Hex EA BD 20 0 13 56 8 2F 53 34
Octal 352 275 40 0 23 126 10 57 123 64
Binary 11101010 10111101 100000 0 10011 1010110 1000 101111 1010011 110100

Color Harmonies of #EABD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD20

Black with #EABD20

Text Example


Text Example

White with #EABD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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