Html Css Color HEX #EAC215 Moon Yellow

📋 copy color: '#EAC215'

red 234 ◦ green 194 ◦ blue 21

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

Shades of Moon Yellow #EAC215

Tints of Moon Yellow #EAC215

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.21%

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

R = 52.12%
G = 43.21%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAC215 (or 0xEAC215) is known color: Moon Yellow. HEX triplet: EA, C2 and 15. RGB value is (234,194,21). Sum of RGB (Red+Green+Blue) = 234+194+21=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 21 (8.59% from 255 or 4.68% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC215 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC215 is #153DEA. Grayscale: #BABABA. Windows color (decimal): -1392107 or 1426154. OLE color: 1426154.

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

Color convert

RGB 234 194 21 -
CMYK 0 0.17 0.91 0.08
HSL 48.73º 0.84% 0.5% -
HSV(B) 48.73º 0.91% 0.92% -
XYZ 53.36 56.13 8.73 -
YUV 186.24 34.75 162.07 -
System Red Green Blue C M Y K H S L
Decimal 234 194 21 0 0.17 0.91 0.08 48.73 0.84 0.5
Hex EA C2 15 0 11 5B 8 31 54 32
Octal 352 302 25 0 21 133 10 61 124 62
Binary 11101010 11000010 10101 0 10001 1011011 1000 110001 1010100 110010

Color Harmonies of #EAC215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC215

Black with #EAC215

Text Example


Text Example

White with #EAC215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC215; }

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

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

background-color css

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

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

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

border-color css

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

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

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