#E6C05D

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

Shades of Cream Can #E6C05D

Tints of Cream Can #E6C05D

Color information

#E6C05D (or 0xE6C05D) is unknown color: approx Cream Can. HEX triplet: E6, C0 and 5D. RGB value is (230,192,93). Sum of RGB (Red+Green+Blue) = 230+192+93=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C05D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C05D is #193FA2. Grayscale: #C0C0C0. Windows color (decimal): -1654691 or 6144230. OLE color: 6144230.

HSL color Cylindrical-coordinate representation of color #E6C05D: hue angle of 43.36º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6C05D is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB23019293-
CMYK00.170.600.10
HSL43.36º73.26%63.33%-
HSV(B)43.36º59.57%90.2%-
XYZ53.4655.3118.21-
YUV192.0872.09155.05-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.66%
GREEN value IS 192 (75.39% from 255) = 37.28%
BLUE value IS 93 (36.72% from 255) = 18.06%
R=44.66%
G=37.28%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301929300.170.600.1043.3673.2663.33
HexE6C05D0113CA2b493f
Octal34630013502174125311177
Binary1110011011000000101110101000111110010101010111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C05D; }

 p { color: rgb(230,192,93); }

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

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

 a { background-color: rgb(230,192,93); }

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

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

 span { border-color: rgb(230,192,93); }

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