Html Css Color HEX #EABD19 Moon Yellow

📋 copy color: '#EABD19'

red 234 ◦ green 189 ◦ blue 25

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

Shades of Moon Yellow #EABD19

Tints of Moon Yellow #EABD19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.58%

R = 52.23%
G = 42.19%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EABD19 (or 0xEABD19) is known color: Moon Yellow. HEX triplet: EA, BD and 19. RGB value is (234,189,25). Sum of RGB (Red+Green+Blue) = 234+189+25=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 25 (10.16% from 255 or 5.58% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABD19 is #1542E6. Grayscale: #B8B8B8. Windows color (decimal): -1393383 or 1687018. OLE color: 1687018.

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

Color convert

RGB 234 189 25 -
CMYK 0 0.19 0.89 0.08
HSL 47.08º 0.83% 0.51% -
HSV(B) 47.08º 0.89% 0.92% -
XYZ 52.3 53.96 8.58 -
YUV 183.76 38.41 163.84 -
System Red Green Blue C M Y K H S L
Decimal 234 189 25 0 0.19 0.89 0.08 47.08 0.83 0.51
Hex EA BD 19 0 13 59 8 2F 53 33
Octal 352 275 31 0 23 131 10 57 123 63
Binary 11101010 10111101 11001 0 10011 1011001 1000 101111 1010011 110011

Color Harmonies of #EABD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD19

Black with #EABD19

Text Example


Text Example

White with #EABD19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD19; }

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

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

background-color css

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

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

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

border-color css

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

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

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