#EBC156

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

Shades of Cream Can #EBC156

Tints of Cream Can #EBC156

Color information

#EBC156 (or 0xEBC156) is unknown color: approx Cream Can. HEX triplet: EB, C1 and 56. RGB value is (235,193,86). Sum of RGB (Red+Green+Blue) = 235+193+86=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 86 (33.98% from 255 or 16.73% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC156 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC156 is #143EA9. Grayscale: #C1C1C1. Windows color (decimal): -1326762 or 5685739. OLE color: 5685739.

HSL color Cylindrical-coordinate representation of color #EBC156: hue angle of 43.09º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EBC156 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB23519386-
CMYK00.180.630.08
HSL43.09º78.84%62.94%-
HSV(B)43.09º63.4%92.16%-
XYZ55.0156.4716.81-
YUV193.3667.41157.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.72%
GREEN value IS 193 (75.78% from 255) = 37.55%
BLUE value IS 86 (33.98% from 255) = 16.73%
R=45.72%
G=37.55%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351938600.180.630.0843.0978.8462.94
HexEBC1560123F82b4f3f
Octal35330112602277105311777
Binary1110101111000001101011001001011111110001010111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC156; }

 p { color: rgb(235,193,86); }

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

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

 a { background-color: rgb(235,193,86); }

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

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

 span { border-color: rgb(235,193,86); }

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