#EBC05E

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

Shades of Cream Can #EBC05E

Tints of Cream Can #EBC05E

Color information

#EBC05E (or 0xEBC05E) is unknown color: approx Cream Can. HEX triplet: EB, C0 and 5E. RGB value is (235,192,94). Sum of RGB (Red+Green+Blue) = 235+192+94=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC05E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC05E is #143FA1. Grayscale: #C2C2C2. Windows color (decimal): -1327010 or 6209771. OLE color: 6209771.

HSL color Cylindrical-coordinate representation of color #EBC05E: hue angle of 41.7º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBC05E is Cyan = 0, Magento = 0.18, Yellow = 0.6 and Black (K on CMYK) = 0.08.

Color convert

RGB23519294-
CMYK00.180.60.08
HSL41.7º77.9%64.51%-
HSV(B)41.7º60%92.16%-
XYZ55.1356.1718.53-
YUV193.6871.75157.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.11%
GREEN value IS 192 (75.39% from 255) = 36.85%
BLUE value IS 94 (37.11% from 255) = 18.04%
R=45.11%
G=36.85%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.6
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351929400.180.60.0841.777.964.51
HexEBC05E0123C82a4e41
Octal353300136022741052116101
Binary11101011110000001011110010010111100100010101010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC05E; }

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

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

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

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

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

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

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

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