#E8C150

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

Shades of Cream Can #E8C150

Tints of Cream Can #E8C150

Color information

#E8C150 (or 0xE8C150) is unknown color: approx Cream Can. HEX triplet: E8, C1 and 50. RGB value is (232,193,80). Sum of RGB (Red+Green+Blue) = 232+193+80=505 (66% of max value = 765). Red value is 232 (91.02% from 255 or 45.94% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C150 is #173EAF. Grayscale: #C0C0C0. Windows color (decimal): -1523376 or 5292520. OLE color: 5292520.

HSL color Cylindrical-coordinate representation of color #E8C150: hue angle of 44.61º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E8C150 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB23219380-
CMYK00.170.660.09
HSL44.61º76.77%61.18%-
HSV(B)44.61º65.52%90.98%-
XYZ53.855.8715.54-
YUV191.7864.92156.69-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.94%
GREEN value IS 193 (75.78% from 255) = 38.22%
BLUE value IS 80 (31.64% from 255) = 15.84%
R=45.94%
G=38.22%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321938000.170.660.0944.6176.7761.18
HexE8C1500114292d4d3d
Octal350301120021102115511575
Binary11101000110000011010000010001100001010011011011001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C150; }

 p { color: rgb(232,193,80); }

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

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

 a { background-color: rgb(232,193,80); }

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

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

 span { border-color: rgb(232,193,80); }

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