Html Css Color HEX #EAC910 Moon Yellow

📋 copy color: '#EAC910'

red 234 ◦ green 201 ◦ blue 16

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

Shades of Moon Yellow #EAC910

Tints of Moon Yellow #EAC910

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.57%

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

R = 51.88%
G = 44.57%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EAC910 (or 0xEAC910) is known color: Moon Yellow. HEX triplet: EA, C9 and 10. RGB value is (234,201,16). Sum of RGB (Red+Green+Blue) = 234+201+16=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 16 (6.64% from 255 or 3.55% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC910 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC910 is #1536EF. Grayscale: #BEBEBE. Windows color (decimal): -1390320 or 1100266. OLE color: 1100266.

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

Color convert

RGB 234 201 16 -
CMYK 0 0.14 0.93 0.08
HSL 50.92º 0.87% 0.49% -
HSV(B) 50.92º 0.93% 0.92% -
XYZ 54.91 59.3 9.04 -
YUV 189.78 29.93 159.54 -
System Red Green Blue C M Y K H S L
Decimal 234 201 16 0 0.14 0.93 0.08 50.92 0.87 0.49
Hex EA C9 10 0 E 5D 8 33 57 31
Octal 352 311 20 0 16 135 10 63 127 61
Binary 11101010 11001001 10000 0 1110 1011101 1000 110011 1010111 110001

Color Harmonies of #EAC910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC910

Black with #EAC910

Text Example


Text Example

White with #EAC910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC910; }

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

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

background-color css

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

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

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

border-color css

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

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

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