#EEC314

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

Shades of Moon Yellow #EEC314

Tints of Moon Yellow #EEC314

Color information

#EEC314 (or 0xEEC314) is unknown color: approx Moon Yellow. HEX triplet: EE, C3 and 14. RGB value is (238,195,20). Sum of RGB (Red+Green+Blue) = 238+195+20=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 20 (8.20% from 255 or 4.42% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC314 is #113CEB. Grayscale: #BCBCBC. Windows color (decimal): -1129708 or 1360878. OLE color: 1360878.

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

Color convert

RGB23819520-
CMYK00.180.920.07
HSL48.17º86.51%50.59%-
HSV(B)48.17º91.6%93.33%-
XYZ54.957.268.82-
YUV187.9133.25163.73-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.54%
GREEN value IS 195 (76.56% from 255) = 43.05%
BLUE value IS 20 (8.20% from 255) = 4.42%
R=52.54%
G=43.05%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381952000.180.920.0748.1786.5150.59
HexEEC3140125C7305733
Octal3563032402213476012763
Binary11101110110000111010001001010111001111100001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC314; }

 p { color: rgb(238,195,20); }

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

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

 a { background-color: rgb(238,195,20); }

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

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

 span { border-color: rgb(238,195,20); }

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