Html Css Color HEX #EAC616 Moon Yellow

📋 copy color: '#EAC616'

red 234 ◦ green 198 ◦ blue 22

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

Shades of Moon Yellow #EAC616

Tints of Moon Yellow #EAC616

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.61%

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

R = 51.54%
G = 43.61%
B = 4.85%

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

#EAC616 (or 0xEAC616) is known color: Moon Yellow. HEX triplet: EA, C6 and 16. RGB value is (234,198,22). Sum of RGB (Red+Green+Blue) = 234+198+22=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 22 (8.98% from 255 or 4.85% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC616 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC616 is #1539E9. Grayscale: #BDBDBD. Windows color (decimal): -1391082 or 1492714. OLE color: 1492714.

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

Color convert

RGB 234 198 22 -
CMYK 0 0.15 0.91 0.08
HSL 49.81º 0.83% 0.5% -
HSV(B) 49.81º 0.91% 0.92% -
XYZ 54.27 57.94 9.08 -
YUV 188.7 33.93 160.31 -
System Red Green Blue C M Y K H S L
Decimal 234 198 22 0 0.15 0.91 0.08 49.81 0.83 0.5
Hex EA C6 16 0 F 5B 8 32 53 32
Octal 352 306 26 0 17 133 10 62 123 62
Binary 11101010 11000110 10110 0 1111 1011011 1000 110010 1010011 110010

Color Harmonies of #EAC616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC616

Black with #EAC616

Text Example


Text Example

White with #EAC616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC616; }

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

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

background-color css

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

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

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

border-color css

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

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

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