Html Css Color HEX #EAB814 Moon Yellow

📋 copy color: '#EAB814'

red 234 ◦ green 184 ◦ blue 20

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

Shades of Moon Yellow #EAB814

Tints of Moon Yellow #EAB814

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.01%

 BLUE value IS 20 (8.2% from 255) = 4.57%

R = 53.42%
G = 42.01%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAB814 (or 0xEAB814) is known color: Moon Yellow. HEX triplet: EA, B8 and 14. RGB value is (234,184,20). Sum of RGB (Red+Green+Blue) = 234+184+20=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 20 (8.20% from 255 or 4.57% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB814 is #1547EB. Grayscale: #B4B4B4. Windows color (decimal): -1394668 or 1358058. OLE color: 1358058.

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

Color convert

RGB 234 184 20 -
CMYK 0 0.21 0.91 0.08
HSL 45.98º 0.84% 0.5% -
HSV(B) 45.98º 0.91% 0.92% -
XYZ 51.2 51.82 7.97 -
YUV 180.25 37.57 166.34 -
System Red Green Blue C M Y K H S L
Decimal 234 184 20 0 0.21 0.91 0.08 45.98 0.84 0.5
Hex EA B8 14 0 15 5B 8 2E 54 32
Octal 352 270 24 0 25 133 10 56 124 62
Binary 11101010 10111000 10100 0 10101 1011011 1000 101110 1010100 110010

Color Harmonies of #EAB814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB814

Black with #EAB814

Text Example


Text Example

White with #EAB814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB814; }

 p { color: rgb(234,184,20); }

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

background-color css

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

 a { background-color: rgb(234,184,20); }

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

border-color css

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

 span { border-color: rgb(234,184,20); }

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