#EBC54F

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

Shades of Cream Can #EBC54F

Tints of Cream Can #EBC54F

Color information

#EBC54F (or 0xEBC54F) is unknown color: approx Cream Can. HEX triplet: EB, C5 and 4F. RGB value is (235,197,79). Sum of RGB (Red+Green+Blue) = 235+197+79=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 79 (31.25% from 255 or 15.46% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC54F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC54F is #143AB0. Grayscale: #C3C3C3. Windows color (decimal): -1325745 or 5228011. OLE color: 5228011.

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

Color convert

RGB23519779-
CMYK00.160.660.08
HSL45.38º79.59%61.57%-
HSV(B)45.38º66.38%92.16%-
XYZ55.6458.1615.69-
YUV194.9162.59156.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.99%
GREEN value IS 197 (77.34% from 255) = 38.55%
BLUE value IS 79 (31.25% from 255) = 15.46%
R=45.99%
G=38.55%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351977900.160.660.0845.3879.5961.57
HexEBC54F0104282d503e
Octal353305117020102105512076
Binary11101011110001011001111010000100001010001011011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC54F; }

 p { color: rgb(235,197,79); }

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

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

 a { background-color: rgb(235,197,79); }

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

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

 span { border-color: rgb(235,197,79); }

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