Html Css Color HEX #EAC716 Moon Yellow

📋 copy color: '#EAC716'

red 234 ◦ green 199 ◦ blue 22

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

Shades of Moon Yellow #EAC716

Tints of Moon Yellow #EAC716

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.74%

 BLUE value IS 22 (8.98% from 255) = 4.84%

R = 51.43%
G = 43.74%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAC716 (or 0xEAC716) is known color: Moon Yellow. HEX triplet: EA, C7 and 16. RGB value is (234,199,22). Sum of RGB (Red+Green+Blue) = 234+199+22=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 199 (78.12% from 255 or 43.74% from 455); Blue value is 22 (8.98% from 255 or 4.84% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC716 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC716 is #1538E9. Grayscale: #BEBEBE. Windows color (decimal): -1390826 or 1492970. OLE color: 1492970.

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

Color convert

RGB 234 199 22 -
CMYK 0 0.15 0.91 0.08
HSL 50.09º 0.83% 0.5% -
HSV(B) 50.09º 0.91% 0.92% -
XYZ 54.5 58.4 9.16 -
YUV 189.29 33.6 159.89 -
System Red Green Blue C M Y K H S L
Decimal 234 199 22 0 0.15 0.91 0.08 50.09 0.83 0.5
Hex EA C7 16 0 F 5B 8 32 53 32
Octal 352 307 26 0 17 133 10 62 123 62
Binary 11101010 11000111 10110 0 1111 1011011 1000 110010 1010011 110010

Color Harmonies of #EAC716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC716

Black with #EAC716

Text Example


Text Example

White with #EAC716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC716; }

 p { color: rgb(234,199,22); }

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

background-color css

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

 a { background-color: rgb(234,199,22); }

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

border-color css

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

 span { border-color: rgb(234,199,22); }

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