Html Css Color HEX #EAC51E Moon Yellow

📋 copy color: '#EAC51E'

red 234 ◦ green 197 ◦ blue 30

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

Shades of Moon Yellow #EAC51E

Tints of Moon Yellow #EAC51E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.73%

 BLUE value IS 30 (12.11% from 255) = 6.51%

R = 50.76%
G = 42.73%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EAC51E (or 0xEAC51E) is known color: Moon Yellow. HEX triplet: EA, C5 and 1E. RGB value is (234,197,30). Sum of RGB (Red+Green+Blue) = 234+197+30=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 30 (12.11% from 255 or 6.51% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC51E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC51E is #153AE1. Grayscale: #BDBDBD. Windows color (decimal): -1391330 or 2016746. OLE color: 2016746.

HSL color Cylindrical-coordinate representation of color #EAC51E: hue angle of 49.12º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EAC51E is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 197 30 -
CMYK 0 0.16 0.87 0.08
HSL 49.12º 0.83% 0.52% -
HSV(B) 49.12º 0.87% 0.92% -
XYZ 54.13 57.52 9.48 -
YUV 189.03 38.26 160.08 -
System Red Green Blue C M Y K H S L
Decimal 234 197 30 0 0.16 0.87 0.08 49.12 0.83 0.52
Hex EA C5 1E 0 10 57 8 31 53 34
Octal 352 305 36 0 20 127 10 61 123 64
Binary 11101010 11000101 11110 0 10000 1010111 1000 110001 1010011 110100

Color Harmonies of #EAC51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC51E

Black with #EAC51E

Text Example


Text Example

White with #EAC51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC51E; }

 p { color: rgb(234,197,30); }

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

background-color css

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

 a { background-color: rgb(234,197,30); }

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

border-color css

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

 span { border-color: rgb(234,197,30); }

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