Html Css Color HEX #EAB914 Moon Yellow

📋 copy color: '#EAB914'

red 234 ◦ green 185 ◦ blue 20

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

Shades of Moon Yellow #EAB914

Tints of Moon Yellow #EAB914

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.14%

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

R = 53.3%
G = 42.14%
B = 4.56%

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

#EAB914 (or 0xEAB914) is known color: Moon Yellow. HEX triplet: EA, B9 and 14. RGB value is (234,185,20). Sum of RGB (Red+Green+Blue) = 234+185+20=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 20 (8.20% from 255 or 4.56% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB914 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB914 is #1546EB. Grayscale: #B5B5B5. Windows color (decimal): -1394412 or 1358314. OLE color: 1358314.

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

Color convert

RGB 234 185 20 -
CMYK 0 0.21 0.91 0.08
HSL 46.26º 0.84% 0.5% -
HSV(B) 46.26º 0.91% 0.92% -
XYZ 51.41 52.24 8.04 -
YUV 180.84 37.23 165.92 -
System Red Green Blue C M Y K H S L
Decimal 234 185 20 0 0.21 0.91 0.08 46.26 0.84 0.5
Hex EA B9 14 0 15 5B 8 2E 54 32
Octal 352 271 24 0 25 133 10 56 124 62
Binary 11101010 10111001 10100 0 10101 1011011 1000 101110 1010100 110010

Color Harmonies of #EAB914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB914

Black with #EAB914

Text Example


Text Example

White with #EAB914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB914; }

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

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

background-color css

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

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

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

border-color css

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

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

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