Html Css Color HEX #EAC010 Moon Yellow

📋 copy color: '#EAC010'

red 234 ◦ green 192 ◦ blue 16

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

Shades of Moon Yellow #EAC010

Tints of Moon Yellow #EAC010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.44%

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

R = 52.94%
G = 43.44%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EAC010 (or 0xEAC010) is known color: Moon Yellow. HEX triplet: EA, C0 and 10. RGB value is (234,192,16). Sum of RGB (Red+Green+Blue) = 234+192+16=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 16 (6.64% from 255 or 3.62% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC010 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC010 is #153FEF. Grayscale: #B9B9B9. Windows color (decimal): -1392624 or 1097962. OLE color: 1097962.

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

Color convert

RGB 234 192 16 -
CMYK 0 0.18 0.93 0.08
HSL 48.44º 0.87% 0.49% -
HSV(B) 48.44º 0.93% 0.92% -
XYZ 52.87 55.23 8.36 -
YUV 184.49 32.91 163.31 -
System Red Green Blue C M Y K H S L
Decimal 234 192 16 0 0.18 0.93 0.08 48.44 0.87 0.49
Hex EA C0 10 0 12 5D 8 30 57 31
Octal 352 300 20 0 22 135 10 60 127 61
Binary 11101010 11000000 10000 0 10010 1011101 1000 110000 1010111 110001

Color Harmonies of #EAC010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC010

Black with #EAC010

Text Example


Text Example

White with #EAC010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC010; }

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

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

background-color css

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

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

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

border-color css

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

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

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