Html Css Color HEX #EAC61A Moon Yellow

📋 copy color: '#EAC61A'

red 234 ◦ green 198 ◦ blue 26

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

Shades of Moon Yellow #EAC61A

Tints of Moon Yellow #EAC61A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.23%

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

R = 51.09%
G = 43.23%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EAC61A (or 0xEAC61A) is known color: Moon Yellow. HEX triplet: EA, C6 and 1A. RGB value is (234,198,26). Sum of RGB (Red+Green+Blue) = 234+198+26=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 26 (10.55% from 255 or 5.68% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC61A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC61A is #1539E5. Grayscale: #BDBDBD. Windows color (decimal): -1391078 or 1754858. OLE color: 1754858.

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

Color convert

RGB 234 198 26 -
CMYK 0 0.15 0.89 0.08
HSL 49.62º 0.83% 0.51% -
HSV(B) 49.62º 0.89% 0.92% -
XYZ 54.31 57.96 9.3 -
YUV 189.16 35.93 159.99 -
System Red Green Blue C M Y K H S L
Decimal 234 198 26 0 0.15 0.89 0.08 49.62 0.83 0.51
Hex EA C6 1A 0 F 59 8 32 53 33
Octal 352 306 32 0 17 131 10 62 123 63
Binary 11101010 11000110 11010 0 1111 1011001 1000 110010 1010011 110011

Color Harmonies of #EAC61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC61A

Black with #EAC61A

Text Example


Text Example

White with #EAC61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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