#EBC358

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

Shades of Cream Can #EBC358

Tints of Cream Can #EBC358

Color information

#EBC358 (or 0xEBC358) is unknown color: approx Cream Can. HEX triplet: EB, C3 and 58. RGB value is (235,195,88). Sum of RGB (Red+Green+Blue) = 235+195+88=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 88 (34.77% from 255 or 16.99% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC358 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC358 is #143CA7. Grayscale: #C3C3C3. Windows color (decimal): -1326248 or 5817323. OLE color: 5817323.

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

Color convert

RGB23519588-
CMYK00.170.630.08
HSL43.67º78.61%63.33%-
HSV(B)43.67º62.55%92.16%-
XYZ55.5457.417.38-
YUV194.7667.75156.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.37%
GREEN value IS 195 (76.56% from 255) = 37.64%
BLUE value IS 88 (34.77% from 255) = 16.99%
R=45.37%
G=37.64%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351958800.170.630.0843.6778.6163.33
HexEBC3580113F82c4f3f
Octal35330313002177105411777
Binary1110101111000011101100001000111111110001011001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC358; }

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

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

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

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

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

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

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

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