#EEC612

Color #EEC612 Moon Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Yellow #EEC612

Tints of Moon Yellow #EEC612

Color information

#EEC612 (or 0xEEC612) is unknown color: approx Moon Yellow. HEX triplet: EE, C6 and 12. RGB value is (238,198,18). Sum of RGB (Red+Green+Blue) = 238+198+18=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 18 (7.42% from 255 or 3.96% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC612 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC612 is #1139ED. Grayscale: #BEBEBE. Windows color (decimal): -1128942 or 1230574. OLE color: 1230574.

HSL color Cylindrical-coordinate representation of color #EEC612: hue angle of 49.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEC612 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB23819818-
CMYK00.170.920.07
HSL49.09º86.61%50.2%-
HSV(B)49.09º92.44%93.33%-
XYZ55.5658.618.96-
YUV189.4431.25162.64-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.42%
GREEN value IS 198 (77.73% from 255) = 43.61%
BLUE value IS 18 (7.42% from 255) = 3.96%
R=52.42%
G=43.61%
B=3.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381981800.170.920.0749.0986.6150.2
HexEEC6120115C7315732
Octal3563062202113476112762
Binary11101110110001101001001000110111001111100011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC612; }

 p { color: rgb(238,198,18); }

 H1.HeaderClassName
 {
   color: #EEC612;
 }
 .AnyTagClassName
 {
   color: #EEC612;
 }
</style>
background-color css

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

 a { background-color: rgb(238,198,18); }

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

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

 span { border-color: rgb(238,198,18); }

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