#EBC45D

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

Shades of Cream Can #EBC45D

Tints of Cream Can #EBC45D

Color information

#EBC45D (or 0xEBC45D) is unknown color: approx Cream Can. HEX triplet: EB, C4 and 5D. RGB value is (235,196,93). Sum of RGB (Red+Green+Blue) = 235+196+93=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC45D is #143BA2. Grayscale: #C4C4C4. Windows color (decimal): -1325987 or 6145259. OLE color: 6145259.

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

Color convert

RGB23519693-
CMYK00.170.600.08
HSL43.52º78.02%64.31%-
HSV(B)43.52º60.43%92.16%-
XYZ55.9857.9318.59-
YUV195.9269.92155.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.85%
GREEN value IS 196 (76.95% from 255) = 37.40%
BLUE value IS 93 (36.72% from 255) = 17.75%
R=44.85%
G=37.40%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351969300.170.600.0843.5278.0264.31
HexEBC45D0113C82c4e40
Octal353304135021741054116100
Binary11101011110001001011101010001111100100010110010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC45D; }

 p { color: rgb(235,196,93); }

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

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

 a { background-color: rgb(235,196,93); }

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

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

 span { border-color: rgb(235,196,93); }

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