Html Css Color HEX #EAC11A Moon Yellow

📋 copy color: '#EAC11A'

red 234 ◦ green 193 ◦ blue 26

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

Shades of Moon Yellow #EAC11A

Tints of Moon Yellow #EAC11A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.6%

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

R = 51.66%
G = 42.6%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EAC11A (or 0xEAC11A) is known color: Moon Yellow. HEX triplet: EA, C1 and 1A. RGB value is (234,193,26). Sum of RGB (Red+Green+Blue) = 234+193+26=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 26 (10.55% from 255 or 5.74% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC11A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC11A is #153EE5. Grayscale: #BABABA. Windows color (decimal): -1392358 or 1753578. OLE color: 1753578.

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

Color convert

RGB 234 193 26 -
CMYK 0 0.18 0.89 0.08
HSL 48.17º 0.83% 0.51% -
HSV(B) 48.17º 0.89% 0.92% -
XYZ 53.19 55.71 8.93 -
YUV 186.22 37.58 162.08 -
System Red Green Blue C M Y K H S L
Decimal 234 193 26 0 0.18 0.89 0.08 48.17 0.83 0.51
Hex EA C1 1A 0 12 59 8 30 53 33
Octal 352 301 32 0 22 131 10 60 123 63
Binary 11101010 11000001 11010 0 10010 1011001 1000 110000 1010011 110011

Color Harmonies of #EAC11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC11A

Black with #EAC11A

Text Example


Text Example

White with #EAC11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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