#EBC653

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

Shades of Cream Can #EBC653

Tints of Cream Can #EBC653

Color information

#EBC653 (or 0xEBC653) is unknown color: approx Cream Can. HEX triplet: EB, C6 and 53. RGB value is (235,198,83). Sum of RGB (Red+Green+Blue) = 235+198+83=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 83 (32.81% from 255 or 16.09% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC653 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC653 is #1439AC. Grayscale: #C4C4C4. Windows color (decimal): -1325485 or 5490411. OLE color: 5490411.

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

Color convert

RGB23519883-
CMYK00.160.650.08
HSL45.39º79.17%62.35%-
HSV(B)45.39º64.68%92.16%-
XYZ56.0258.6716.56-
YUV195.9564.26155.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.54%
GREEN value IS 198 (77.73% from 255) = 38.37%
BLUE value IS 83 (32.81% from 255) = 16.09%
R=45.54%
G=38.37%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351988300.160.650.0845.3979.1762.35
HexEBC6530104182d4f3e
Octal353306123020101105511776
Binary11101011110001101010011010000100000110001011011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC653; }

 p { color: rgb(235,198,83); }

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

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

 a { background-color: rgb(235,198,83); }

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

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

 span { border-color: rgb(235,198,83); }

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