Html Css Color HEX #EABD1A Moon Yellow

📋 copy color: '#EABD1A'

red 234 ◦ green 189 ◦ blue 26

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

Shades of Moon Yellow #EABD1A

Tints of Moon Yellow #EABD1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.79%

R = 52.12%
G = 42.09%
B = 5.79%

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

#EABD1A (or 0xEABD1A) is known color: Moon Yellow. HEX triplet: EA, BD and 1A. RGB value is (234,189,26). Sum of RGB (Red+Green+Blue) = 234+189+26=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 26 (10.55% from 255 or 5.79% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABD1A is #1542E5. Grayscale: #B8B8B8. Windows color (decimal): -1393382 or 1752554. OLE color: 1752554.

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

Color convert

RGB 234 189 26 -
CMYK 0 0.19 0.89 0.08
HSL 47.02º 0.83% 0.51% -
HSV(B) 47.02º 0.89% 0.92% -
XYZ 52.32 53.96 8.64 -
YUV 183.87 38.91 163.75 -
System Red Green Blue C M Y K H S L
Decimal 234 189 26 0 0.19 0.89 0.08 47.02 0.83 0.51
Hex EA BD 1A 0 13 59 8 2F 53 33
Octal 352 275 32 0 23 131 10 57 123 63
Binary 11101010 10111101 11010 0 10011 1011001 1000 101111 1010011 110011

Color Harmonies of #EABD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD1A

Black with #EABD1A

Text Example


Text Example

White with #EABD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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