#EEC455

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

Shades of Cream Can #EEC455

Tints of Cream Can #EEC455

Color information

#EEC455 (or 0xEEC455) is unknown color: approx Cream Can. HEX triplet: EE, C4 and 55. RGB value is (238,196,85). Sum of RGB (Red+Green+Blue) = 238+196+85=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 85 (33.59% from 255 or 16.38% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC455 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC455 is #113BAA. Grayscale: #C4C4C4. Windows color (decimal): -1129387 or 5620974. OLE color: 5620974.

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

Color convert

RGB23819685-
CMYK00.180.640.07
HSL43.53º81.82%63.33%-
HSV(B)43.53º64.29%93.33%-
XYZ56.6458.3116.86-
YUV195.965.41158.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.86%
GREEN value IS 196 (76.95% from 255) = 37.76%
BLUE value IS 85 (33.59% from 255) = 16.38%
R=45.86%
G=37.76%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381968500.180.640.0743.5381.8263.33
HexEEC4550124072c523f
Octal35630412502210075412277
Binary1110111011000100101010101001010000001111011001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC455; }

 p { color: rgb(238,196,85); }

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

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

 a { background-color: rgb(238,196,85); }

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

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

 span { border-color: rgb(238,196,85); }

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