Html Css Color HEX #EAC51A Moon Yellow

📋 copy color: '#EAC51A'

red 234 ◦ green 197 ◦ blue 26

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

Shades of Moon Yellow #EAC51A

Tints of Moon Yellow #EAC51A

RGB

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

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

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

R = 51.2%
G = 43.11%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EAC51A (or 0xEAC51A) is known color: Moon Yellow. HEX triplet: EA, C5 and 1A. RGB value is (234,197,26). Sum of RGB (Red+Green+Blue) = 234+197+26=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 197 (77.34% from 255 or 43.11% from 457); Blue value is 26 (10.55% from 255 or 5.69% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC51A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC51A is #153AE5. Grayscale: #BDBDBD. Windows color (decimal): -1391334 or 1754602. OLE color: 1754602.

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

Color convert

RGB 234 197 26 -
CMYK 0 0.16 0.89 0.08
HSL 49.33º 0.83% 0.51% -
HSV(B) 49.33º 0.89% 0.92% -
XYZ 54.08 57.5 9.23 -
YUV 188.57 36.26 160.4 -
System Red Green Blue C M Y K H S L
Decimal 234 197 26 0 0.16 0.89 0.08 49.33 0.83 0.51
Hex EA C5 1A 0 10 59 8 31 53 33
Octal 352 305 32 0 20 131 10 61 123 63
Binary 11101010 11000101 11010 0 10000 1011001 1000 110001 1010011 110011

Color Harmonies of #EAC51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC51A

Black with #EAC51A

Text Example


Text Example

White with #EAC51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC51A; }

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

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

background-color css

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

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

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

border-color css

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

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

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