#EBC05A

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

Shades of Cream Can #EBC05A

Tints of Cream Can #EBC05A

Color information

#EBC05A (or 0xEBC05A) is unknown color: approx Cream Can. HEX triplet: EB, C0 and 5A. RGB value is (235,192,90). Sum of RGB (Red+Green+Blue) = 235+192+90=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC05A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC05A is #143FA5. Grayscale: #C1C1C1. Windows color (decimal): -1327014 or 5947627. OLE color: 5947627.

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

Color convert

RGB23519290-
CMYK00.180.620.08
HSL42.21º78.38%63.73%-
HSV(B)42.21º61.7%92.16%-
XYZ54.9656.117.6-
YUV193.2369.75157.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.45%
GREEN value IS 192 (75.39% from 255) = 37.14%
BLUE value IS 90 (35.55% from 255) = 17.41%
R=45.45%
G=37.14%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351929000.180.620.0842.2178.3863.73
HexEBC05A0123E82a4e40
Octal353300132022761052116100
Binary11101011110000001011010010010111110100010101010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC05A; }

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

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

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

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

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

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

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

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