Html Css Color HEX #EAC510 Moon Yellow

📋 copy color: '#EAC510'

red 234 ◦ green 197 ◦ blue 16

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

Shades of Moon Yellow #EAC510

Tints of Moon Yellow #EAC510

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.07%

 BLUE value IS 16 (6.64% from 255) = 3.58%

R = 52.35%
G = 44.07%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EAC510 (or 0xEAC510) is known color: Moon Yellow. HEX triplet: EA, C5 and 10. RGB value is (234,197,16). Sum of RGB (Red+Green+Blue) = 234+197+16=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 16 (6.64% from 255 or 3.58% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC510 is #153AEF. Grayscale: #BCBCBC. Windows color (decimal): -1391344 or 1099242. OLE color: 1099242.

HSL color Cylindrical-coordinate representation of color #EAC510: hue angle of 49.82º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EAC510 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 197 16 -
CMYK 0 0.16 0.93 0.08
HSL 49.82º 0.87% 0.49% -
HSV(B) 49.82º 0.93% 0.92% -
XYZ 53.99 57.46 8.74 -
YUV 187.43 31.26 161.22 -
System Red Green Blue C M Y K H S L
Decimal 234 197 16 0 0.16 0.93 0.08 49.82 0.87 0.49
Hex EA C5 10 0 10 5D 8 32 57 31
Octal 352 305 20 0 20 135 10 62 127 61
Binary 11101010 11000101 10000 0 10000 1011101 1000 110010 1010111 110001

Color Harmonies of #EAC510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC510

Black with #EAC510

Text Example


Text Example

White with #EAC510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC510; }

 p { color: rgb(234,197,16); }

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

background-color css

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

 a { background-color: rgb(234,197,16); }

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

border-color css

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

 span { border-color: rgb(234,197,16); }

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