#E4C150

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

Shades of Cream Can #E4C150

Tints of Cream Can #E4C150

Color information

#E4C150 (or 0xE4C150) is unknown color: approx Cream Can. HEX triplet: E4, C1 and 50. RGB value is (228,193,80). Sum of RGB (Red+Green+Blue) = 228+193+80=501 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.51% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4C150 is #1B3EAF. Grayscale: #BFBFBF. Windows color (decimal): -1785520 or 5292516. OLE color: 5292516.

HSL color Cylindrical-coordinate representation of color #E4C150: hue angle of 45.81º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E4C150 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB22819380-
CMYK00.150.650.11
HSL45.81º73.27%60.39%-
HSV(B)45.81º64.91%89.41%-
XYZ52.5155.2115.48-
YUV190.5865.6154.69-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.51%
GREEN value IS 193 (75.78% from 255) = 38.52%
BLUE value IS 80 (31.64% from 255) = 15.97%
R=45.51%
G=38.52%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281938000.150.650.1145.8173.2760.39
HexE4C1500F41B2e493c
Octal344301120017101135611174
Binary1110010011000001101000001111100000110111011101001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C150; }

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

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

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

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

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

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

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

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