Html Css Color HEX #EAC112 Moon Yellow

📋 copy color: '#EAC112'

red 234 ◦ green 193 ◦ blue 18

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

Shades of Moon Yellow #EAC112

Tints of Moon Yellow #EAC112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.04%

R = 52.58%
G = 43.37%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EAC112 (or 0xEAC112) is known color: Moon Yellow. HEX triplet: EA, C1 and 12. RGB value is (234,193,18). Sum of RGB (Red+Green+Blue) = 234+193+18=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 18 (7.42% from 255 or 4.04% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC112 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC112 is #153EED. Grayscale: #BABABA. Windows color (decimal): -1392366 or 1229290. OLE color: 1229290.

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

Color convert

RGB 234 193 18 -
CMYK 0 0.18 0.92 0.08
HSL 48.61º 0.86% 0.49% -
HSV(B) 48.61º 0.92% 0.92% -
XYZ 53.11 55.68 8.52 -
YUV 185.31 33.58 162.73 -
System Red Green Blue C M Y K H S L
Decimal 234 193 18 0 0.18 0.92 0.08 48.61 0.86 0.49
Hex EA C1 12 0 12 5C 8 31 56 31
Octal 352 301 22 0 22 134 10 61 126 61
Binary 11101010 11000001 10010 0 10010 1011100 1000 110001 1010110 110001

Color Harmonies of #EAC112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC112

Black with #EAC112

Text Example


Text Example

White with #EAC112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC112; }

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

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

background-color css

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

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

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

border-color css

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

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

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