#EBC354

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

Shades of Cream Can #EBC354

Tints of Cream Can #EBC354

Color information

#EBC354 (or 0xEBC354) is unknown color: approx Cream Can. HEX triplet: EB, C3 and 54. RGB value is (235,195,84). Sum of RGB (Red+Green+Blue) = 235+195+84=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 84 (33.20% from 255 or 16.34% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC354 is #143CAB. Grayscale: #C2C2C2. Windows color (decimal): -1326252 or 5555179. OLE color: 5555179.

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

Color convert

RGB23519584-
CMYK00.170.640.08
HSL44.11º79.06%62.55%-
HSV(B)44.11º64.26%92.16%-
XYZ55.3857.3316.54-
YUV194.3165.75157.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.72%
GREEN value IS 195 (76.56% from 255) = 37.94%
BLUE value IS 84 (33.20% from 255) = 16.34%
R=45.72%
G=37.94%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351958400.170.640.0844.1179.0662.55
HexEBC3540114082c4f3f
Octal353303124021100105411777
Binary11101011110000111010100010001100000010001011001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC354; }

 p { color: rgb(235,195,84); }

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

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

 a { background-color: rgb(235,195,84); }

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

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

 span { border-color: rgb(235,195,84); }

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