Html Css Color HEX #EAC115 Moon Yellow

📋 copy color: '#EAC115'

red 234 ◦ green 193 ◦ blue 21

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

Shades of Moon Yellow #EAC115

Tints of Moon Yellow #EAC115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.69%

R = 52.23%
G = 43.08%
B = 4.69%

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

#EAC115 (or 0xEAC115) is known color: Moon Yellow. HEX triplet: EA, C1 and 15. RGB value is (234,193,21). Sum of RGB (Red+Green+Blue) = 234+193+21=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 21 (8.59% from 255 or 4.69% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC115 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC115 is #153EEA. Grayscale: #BABABA. Windows color (decimal): -1392363 or 1425898. OLE color: 1425898.

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

Color convert

RGB 234 193 21 -
CMYK 0 0.18 0.91 0.08
HSL 48.45º 0.84% 0.5% -
HSV(B) 48.45º 0.91% 0.92% -
XYZ 53.14 55.69 8.66 -
YUV 185.65 35.08 162.49 -
System Red Green Blue C M Y K H S L
Decimal 234 193 21 0 0.18 0.91 0.08 48.45 0.84 0.5
Hex EA C1 15 0 12 5B 8 30 54 32
Octal 352 301 25 0 22 133 10 60 124 62
Binary 11101010 11000001 10101 0 10010 1011011 1000 110000 1010100 110010

Color Harmonies of #EAC115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC115

Black with #EAC115

Text Example


Text Example

White with #EAC115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC115; }

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

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

background-color css

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

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

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

border-color css

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

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

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