#EBC454

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

Shades of Cream Can #EBC454

Tints of Cream Can #EBC454

Color information

#EBC454 (or 0xEBC454) is unknown color: approx Cream Can. HEX triplet: EB, C4 and 54. RGB value is (235,196,84). Sum of RGB (Red+Green+Blue) = 235+196+84=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 84 (33.20% from 255 or 16.31% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC454 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC454 is #143BAB. Grayscale: #C3C3C3. Windows color (decimal): -1325996 or 5555435. OLE color: 5555435.

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

Color convert

RGB23519684-
CMYK00.170.640.08
HSL44.5º79.06%62.55%-
HSV(B)44.5º64.26%92.16%-
XYZ55.657.7816.61-
YUV194.8965.42156.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.63%
GREEN value IS 196 (76.95% from 255) = 38.06%
BLUE value IS 84 (33.20% from 255) = 16.31%
R=45.63%
G=38.06%
B=16.31%

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
Decimal2351968400.170.640.0844.579.0662.55
HexEBC4540114082d4f3f
Octal353304124021100105511777
Binary11101011110001001010100010001100000010001011011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC454; }

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

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

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

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

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

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

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

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