#E6BC43

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

Shades of Cream Can #E6BC43

Tints of Cream Can #E6BC43

Color information

#E6BC43 (or 0xE6BC43) is unknown color: approx Cream Can. HEX triplet: E6, BC and 43. RGB value is (230,188,67). Sum of RGB (Red+Green+Blue) = 230+188+67=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 67 (26.56% from 255 or 13.81% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BC43 is #1943BC. Grayscale: #BBBBBB. Windows color (decimal): -1655741 or 4439270. OLE color: 4439270.

HSL color Cylindrical-coordinate representation of color #E6BC43: hue angle of 44.54º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E6BC43 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB23018867-
CMYK00.180.710.10
HSL44.54º76.53%58.24%-
HSV(B)44.54º70.87%90.2%-
XYZ51.6353.1912.86-
YUV186.7660.41158.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.42%
GREEN value IS 188 (73.83% from 255) = 38.76%
BLUE value IS 67 (26.56% from 255) = 13.81%
R=47.42%
G=38.76%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301886700.180.710.1044.5476.5358.24
HexE6BC4301247A2d4d3a
Octal346274103022107125511572
Binary11100110101111001000011010010100011110101011011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BC43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BC43; }

 p { color: rgb(230,188,67); }

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

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

 a { background-color: rgb(230,188,67); }

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

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

 span { border-color: rgb(230,188,67); }

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