#EBC554

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

Shades of Cream Can #EBC554

Tints of Cream Can #EBC554

Color information

#EBC554 (or 0xEBC554) is unknown color: approx Cream Can. HEX triplet: EB, C5 and 54. RGB value is (235,197,84). Sum of RGB (Red+Green+Blue) = 235+197+84=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 84 (33.20% from 255 or 16.28% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC554 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC554 is #143AAB. Grayscale: #C3C3C3. Windows color (decimal): -1325740 or 5555691. OLE color: 5555691.

HSL color Cylindrical-coordinate representation of color #EBC554: hue angle of 44.9º 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 #EBC554 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB23519784-
CMYK00.160.640.08
HSL44.9º79.06%62.55%-
HSV(B)44.9º64.26%92.16%-
XYZ55.8358.2316.69-
YUV195.4865.09156.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.54%
GREEN value IS 197 (77.34% from 255) = 38.18%
BLUE value IS 84 (33.20% from 255) = 16.28%
R=45.54%
G=38.18%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351978400.160.640.0844.979.0662.55
HexEBC5540104082d4f3f
Octal353305124020100105511777
Binary11101011110001011010100010000100000010001011011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC554; }

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

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

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

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

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

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

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

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