#EBC15A

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

Shades of Cream Can #EBC15A

Tints of Cream Can #EBC15A

Color information

#EBC15A (or 0xEBC15A) is unknown color: approx Cream Can. HEX triplet: EB, C1 and 5A. RGB value is (235,193,90). Sum of RGB (Red+Green+Blue) = 235+193+90=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 90 (35.55% from 255 or 17.37% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC15A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC15A is #143EA5. Grayscale: #C2C2C2. Windows color (decimal): -1326758 or 5947883. OLE color: 5947883.

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

Color convert

RGB23519390-
CMYK00.180.620.08
HSL42.62º78.38%63.73%-
HSV(B)42.62º61.7%92.16%-
XYZ55.1856.5417.68-
YUV193.8269.41157.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.37%
GREEN value IS 193 (75.78% from 255) = 37.26%
BLUE value IS 90 (35.55% from 255) = 17.37%
R=45.37%
G=37.26%
B=17.37%

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
Decimal2351939000.180.620.0842.6278.3863.73
HexEBC15A0123E82b4e40
Octal353301132022761053116100
Binary11101011110000011011010010010111110100010101110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC15A; }

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

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

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

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

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

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

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

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