Html Css Color HEX #EAC415 Moon Yellow

📋 copy color: '#EAC415'

red 234 ◦ green 196 ◦ blue 21

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

Shades of Moon Yellow #EAC415

Tints of Moon Yellow #EAC415

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.46%

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

R = 51.88%
G = 43.46%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAC415 (or 0xEAC415) is known color: Moon Yellow. HEX triplet: EA, C4 and 15. RGB value is (234,196,21). Sum of RGB (Red+Green+Blue) = 234+196+21=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 21 (8.59% from 255 or 4.66% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC415 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC415 is #153BEA. Grayscale: #BCBCBC. Windows color (decimal): -1391595 or 1426666. OLE color: 1426666.

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

Color convert

RGB 234 196 21 -
CMYK 0 0.16 0.91 0.08
HSL 49.3º 0.84% 0.5% -
HSV(B) 49.3º 0.91% 0.92% -
XYZ 53.81 57.03 8.88 -
YUV 187.41 34.09 161.23 -
System Red Green Blue C M Y K H S L
Decimal 234 196 21 0 0.16 0.91 0.08 49.3 0.84 0.5
Hex EA C4 15 0 10 5B 8 31 54 32
Octal 352 304 25 0 20 133 10 61 124 62
Binary 11101010 11000100 10101 0 10000 1011011 1000 110001 1010100 110010

Color Harmonies of #EAC415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC415

Black with #EAC415

Text Example


Text Example

White with #EAC415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC415; }

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

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

background-color css

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

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

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

border-color css

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

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

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