Html Css Color HEX #EAC810 Moon Yellow

📋 copy color: '#EAC810'

red 234 ◦ green 200 ◦ blue 16

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

Shades of Moon Yellow #EAC810

Tints of Moon Yellow #EAC810

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.44%

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

R = 52%
G = 44.44%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EAC810 (or 0xEAC810) is known color: Moon Yellow. HEX triplet: EA, C8 and 10. RGB value is (234,200,16). Sum of RGB (Red+Green+Blue) = 234+200+16=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 16 (6.64% from 255 or 3.56% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC810 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC810 is #1537EF. Grayscale: #BDBDBD. Windows color (decimal): -1390576 or 1100010. OLE color: 1100010.

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

Color convert

RGB 234 200 16 -
CMYK 0 0.15 0.93 0.08
HSL 50.64º 0.87% 0.49% -
HSV(B) 50.64º 0.93% 0.92% -
XYZ 54.68 58.84 8.97 -
YUV 189.19 30.26 159.96 -
System Red Green Blue C M Y K H S L
Decimal 234 200 16 0 0.15 0.93 0.08 50.64 0.87 0.49
Hex EA C8 10 0 F 5D 8 33 57 31
Octal 352 310 20 0 17 135 10 63 127 61
Binary 11101010 11001000 10000 0 1111 1011101 1000 110011 1010111 110001

Color Harmonies of #EAC810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC810

Black with #EAC810

Text Example


Text Example

White with #EAC810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC810; }

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

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

background-color css

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

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

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

border-color css

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

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

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