#EEC157

Color #EEC157 Cream Can (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cream Can #EEC157

Tints of Cream Can #EEC157

Color information

#EEC157 (or 0xEEC157) is unknown color: approx Cream Can. HEX triplet: EE, C1 and 57. RGB value is (238,193,87). Sum of RGB (Red+Green+Blue) = 238+193+87=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 87 (34.38% from 255 or 16.80% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC157 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC157 is #113EA8. Grayscale: #C2C2C2. Windows color (decimal): -1130153 or 5751278. OLE color: 5751278.

HSL color Cylindrical-coordinate representation of color #EEC157: hue angle of 42.12º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EEC157 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB23819387-
CMYK00.190.630.07
HSL42.12º81.62%63.73%-
HSV(B)42.12º63.45%93.33%-
XYZ56.0557.0117.07-
YUV194.3767.41159.12-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.95%
GREEN value IS 193 (75.78% from 255) = 37.26%
BLUE value IS 87 (34.38% from 255) = 16.80%
R=45.95%
G=37.26%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381938700.190.630.0742.1281.6263.73
HexEEC1570133F72a5240
Octal35630112702377752122100
Binary1110111011000001101011101001111111111110101010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC157; }

 p { color: rgb(238,193,87); }

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

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

 a { background-color: rgb(238,193,87); }

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

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

 span { border-color: rgb(238,193,87); }

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