#EBC054

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

Shades of Cream Can #EBC054

Tints of Cream Can #EBC054

Color information

#EBC054 (or 0xEBC054) is unknown color: approx Cream Can. HEX triplet: EB, C0 and 54. RGB value is (235,192,84). Sum of RGB (Red+Green+Blue) = 235+192+84=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 84 (33.20% from 255 or 16.44% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC054 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC054 is #143FAB. Grayscale: #C1C1C1. Windows color (decimal): -1327020 or 5554411. OLE color: 5554411.

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

Color convert

RGB23519284-
CMYK00.180.640.08
HSL42.91º79.06%62.55%-
HSV(B)42.91º64.26%92.16%-
XYZ54.715616.31-
YUV192.5466.75158.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.99%
GREEN value IS 192 (75.39% from 255) = 37.57%
BLUE value IS 84 (33.20% from 255) = 16.44%
R=45.99%
G=37.57%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351928400.180.640.0842.9179.0662.55
HexEBC0540124082b4f3f
Octal353300124022100105311777
Binary11101011110000001010100010010100000010001010111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC054; }

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

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

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

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

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

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

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

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