Html Css Color HEX #EAC114 Moon Yellow

📋 copy color: '#EAC114'

red 234 ◦ green 193 ◦ blue 20

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

Shades of Moon Yellow #EAC114

Tints of Moon Yellow #EAC114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.47%

R = 52.35%
G = 43.18%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAC114 (or 0xEAC114) is known color: Moon Yellow. HEX triplet: EA, C1 and 14. RGB value is (234,193,20). Sum of RGB (Red+Green+Blue) = 234+193+20=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 20 (8.20% from 255 or 4.47% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC114 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC114 is #153EEB. Grayscale: #BABABA. Windows color (decimal): -1392364 or 1360362. OLE color: 1360362.

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

Color convert

RGB 234 193 20 -
CMYK 0 0.18 0.91 0.08
HSL 48.5º 0.84% 0.5% -
HSV(B) 48.5º 0.91% 0.92% -
XYZ 53.13 55.68 8.61 -
YUV 185.54 34.58 162.57 -
System Red Green Blue C M Y K H S L
Decimal 234 193 20 0 0.18 0.91 0.08 48.5 0.84 0.5
Hex EA C1 14 0 12 5B 8 31 54 32
Octal 352 301 24 0 22 133 10 61 124 62
Binary 11101010 11000001 10100 0 10010 1011011 1000 110001 1010100 110010

Color Harmonies of #EAC114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC114

Black with #EAC114

Text Example


Text Example

White with #EAC114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC114; }

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

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

background-color css

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

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

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

border-color css

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

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

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