#EBC148

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

Shades of Cream Can #EBC148

Tints of Cream Can #EBC148

Color information

#EBC148 (or 0xEBC148) is unknown color: approx Cream Can. HEX triplet: EB, C1 and 48. RGB value is (235,193,72). Sum of RGB (Red+Green+Blue) = 235+193+72=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 72 (28.52% from 255 or 14.4% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC148 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC148 is #143EB7. Grayscale: #C0C0C0. Windows color (decimal): -1326776 or 4768235. OLE color: 4768235.

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

Color convert

RGB23519372-
CMYK00.180.690.08
HSL44.54º80.3%60.2%-
HSV(B)44.54º69.36%92.16%-
XYZ54.556.2714.12-
YUV191.7660.41158.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47%
GREEN value IS 193 (75.78% from 255) = 38.6%
BLUE value IS 72 (28.52% from 255) = 14.4%
R=47%
G=38.6%
B=14.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351937200.180.690.0844.5480.360.2
HexEBC1480124582d503c
Octal353301110022105105512074
Binary11101011110000011001000010010100010110001011011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC148; }

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

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

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

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

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

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

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

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