Html Css Color HEX #EAC011 Moon Yellow

📋 copy color: '#EAC011'

red 234 ◦ green 192 ◦ blue 17

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

Shades of Moon Yellow #EAC011

Tints of Moon Yellow #EAC011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.84%

R = 52.82%
G = 43.34%
B = 3.84%

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

#EAC011 (or 0xEAC011) is known color: Moon Yellow. HEX triplet: EA, C0 and 11. RGB value is (234,192,17). Sum of RGB (Red+Green+Blue) = 234+192+17=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 17 (7.03% from 255 or 3.84% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC011 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC011 is #153FEE. Grayscale: #B9B9B9. Windows color (decimal): -1392623 or 1163498. OLE color: 1163498.

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

Color convert

RGB 234 192 17 -
CMYK 0 0.18 0.93 0.08
HSL 48.39º 0.86% 0.49% -
HSV(B) 48.39º 0.93% 0.92% -
XYZ 52.88 55.23 8.4 -
YUV 184.61 33.41 163.23 -
System Red Green Blue C M Y K H S L
Decimal 234 192 17 0 0.18 0.93 0.08 48.39 0.86 0.49
Hex EA C0 11 0 12 5D 8 30 56 31
Octal 352 300 21 0 22 135 10 60 126 61
Binary 11101010 11000000 10001 0 10010 1011101 1000 110000 1010110 110001

Color Harmonies of #EAC011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC011

Black with #EAC011

Text Example


Text Example

White with #EAC011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC011; }

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

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

background-color css

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

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

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

border-color css

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

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

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