Html Css Color HEX #EAB70E Moon Yellow

📋 copy color: '#EAB70E'

red 234 ◦ green 183 ◦ blue 14

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

Shades of Moon Yellow #EAB70E

Tints of Moon Yellow #EAB70E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.46%

 BLUE value IS 14 (5.86% from 255) = 3.25%

R = 54.29%
G = 42.46%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAB70E (or 0xEAB70E) is known color: Moon Yellow. HEX triplet: EA, B7 and 0E. RGB value is (234,183,14). Sum of RGB (Red+Green+Blue) = 234+183+14=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 14 (5.86% from 255 or 3.25% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB70E is #1548F1. Grayscale: #B3B3B3. Windows color (decimal): -1394930 or 964586. OLE color: 964586.

HSL color Cylindrical-coordinate representation of color #EAB70E: hue angle of 46.09º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAB70E is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 183 14 -
CMYK 0 0.22 0.94 0.08
HSL 46.09º 0.89% 0.49% -
HSV(B) 46.09º 0.94% 0.92% -
XYZ 50.94 51.39 7.65 -
YUV 178.98 34.9 167.24 -
System Red Green Blue C M Y K H S L
Decimal 234 183 14 0 0.22 0.94 0.08 46.09 0.89 0.49
Hex EA B7 E 0 16 5E 8 2E 59 31
Octal 352 267 16 0 26 136 10 56 131 61
Binary 11101010 10110111 1110 0 10110 1011110 1000 101110 1011001 110001

Color Harmonies of #EAB70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB70E

Black with #EAB70E

Text Example


Text Example

White with #EAB70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB70E; }

 p { color: rgb(234,183,14); }

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

background-color css

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

 a { background-color: rgb(234,183,14); }

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

border-color css

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

 span { border-color: rgb(234,183,14); }

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