#EBC754

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

Shades of Cream Can #EBC754

Tints of Cream Can #EBC754

Color information

#EBC754 (or 0xEBC754) is unknown color: approx Cream Can. HEX triplet: EB, C7 and 54. RGB value is (235,199,84). Sum of RGB (Red+Green+Blue) = 235+199+84=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 199 (78.12% from 255 or 38.42% from 518); Blue value is 84 (33.20% from 255 or 16.22% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC754 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC754 is #1438AB. Grayscale: #C5C5C5. Windows color (decimal): -1325228 or 5556203. OLE color: 5556203.

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

Color convert

RGB23519984-
CMYK00.150.640.08
HSL45.7º79.06%62.55%-
HSV(B)45.7º64.26%92.16%-
XYZ56.2859.1516.84-
YUV196.6564.43155.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.37%
GREEN value IS 199 (78.12% from 255) = 38.42%
BLUE value IS 84 (33.20% from 255) = 16.22%
R=45.37%
G=38.42%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351998400.150.640.0845.779.0662.55
HexEBC7540F4082e4f3f
Octal353307124017100105611777
Binary1110101111000111101010001111100000010001011101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC754; }

 p { color: rgb(235,199,84); }

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

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

 a { background-color: rgb(235,199,84); }

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

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

 span { border-color: rgb(235,199,84); }

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