Html Css Color HEX #EAC311 Moon Yellow

📋 copy color: '#EAC311'

red 234 ◦ green 195 ◦ blue 17

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

Shades of Moon Yellow #EAC311

Tints of Moon Yellow #EAC311

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.72%

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

R = 52.47%
G = 43.72%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EAC311 (or 0xEAC311) is known color: Moon Yellow. HEX triplet: EA, C3 and 11. RGB value is (234,195,17). Sum of RGB (Red+Green+Blue) = 234+195+17=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 17 (7.03% from 255 or 3.81% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC311 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC311 is #153CEE. Grayscale: #BBBBBB. Windows color (decimal): -1391855 or 1164266. OLE color: 1164266.

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

Color convert

RGB 234 195 17 -
CMYK 0 0.17 0.93 0.08
HSL 49.22º 0.86% 0.49% -
HSV(B) 49.22º 0.93% 0.92% -
XYZ 53.55 56.56 8.63 -
YUV 186.37 32.42 161.97 -
System Red Green Blue C M Y K H S L
Decimal 234 195 17 0 0.17 0.93 0.08 49.22 0.86 0.49
Hex EA C3 11 0 11 5D 8 31 56 31
Octal 352 303 21 0 21 135 10 61 126 61
Binary 11101010 11000011 10001 0 10001 1011101 1000 110001 1010110 110001

Color Harmonies of #EAC311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC311

Black with #EAC311

Text Example


Text Example

White with #EAC311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC311; }

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

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

background-color css

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

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

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

border-color css

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

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

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