Html Css Color HEX #EAC615 Moon Yellow

📋 copy color: '#EAC615'

red 234 ◦ green 198 ◦ blue 21

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

Shades of Moon Yellow #EAC615

Tints of Moon Yellow #EAC615

RGB

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

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

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

R = 51.66%
G = 43.71%
B = 4.64%

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

#EAC615 (or 0xEAC615) is known color: Moon Yellow. HEX triplet: EA, C6 and 15. RGB value is (234,198,21). Sum of RGB (Red+Green+Blue) = 234+198+21=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 198 (77.73% from 255 or 43.71% from 453); Blue value is 21 (8.59% from 255 or 4.64% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC615 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC615 is #1539EA. Grayscale: #BDBDBD. Windows color (decimal): -1391083 or 1427178. OLE color: 1427178.

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

Color convert

RGB 234 198 21 -
CMYK 0 0.15 0.91 0.08
HSL 49.86º 0.84% 0.5% -
HSV(B) 49.86º 0.91% 0.92% -
XYZ 54.26 57.93 9.03 -
YUV 188.59 33.43 160.39 -
System Red Green Blue C M Y K H S L
Decimal 234 198 21 0 0.15 0.91 0.08 49.86 0.84 0.5
Hex EA C6 15 0 F 5B 8 32 54 32
Octal 352 306 25 0 17 133 10 62 124 62
Binary 11101010 11000110 10101 0 1111 1011011 1000 110010 1010100 110010

Color Harmonies of #EAC615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC615

Black with #EAC615

Text Example


Text Example

White with #EAC615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC615; }

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

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

background-color css

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

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

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

border-color css

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

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

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