Html Css Color HEX #EAC610 Moon Yellow

📋 copy color: '#EAC610'

red 234 ◦ green 198 ◦ blue 16

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

Shades of Moon Yellow #EAC610

Tints of Moon Yellow #EAC610

RGB

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

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

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

R = 52.23%
G = 44.2%
B = 3.57%

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

#EAC610 (or 0xEAC610) is known color: Moon Yellow. HEX triplet: EA, C6 and 10. RGB value is (234,198,16). Sum of RGB (Red+Green+Blue) = 234+198+16=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 16 (6.64% from 255 or 3.57% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC610 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC610 is #1539EF. Grayscale: #BCBCBC. Windows color (decimal): -1391088 or 1099498. OLE color: 1099498.

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

Color convert

RGB 234 198 16 -
CMYK 0 0.15 0.93 0.08
HSL 50.09º 0.87% 0.49% -
HSV(B) 50.09º 0.93% 0.92% -
XYZ 54.22 57.92 8.81 -
YUV 188.02 30.93 160.8 -
System Red Green Blue C M Y K H S L
Decimal 234 198 16 0 0.15 0.93 0.08 50.09 0.87 0.49
Hex EA C6 10 0 F 5D 8 32 57 31
Octal 352 306 20 0 17 135 10 62 127 61
Binary 11101010 11000110 10000 0 1111 1011101 1000 110010 1010111 110001

Color Harmonies of #EAC610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC610

Black with #EAC610

Text Example


Text Example

White with #EAC610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC610; }

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

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

background-color css

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

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

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

border-color css

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

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

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