#e6b585

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

Shades of Corvette #E6B585

Tints of Corvette #E6B585

Color information

#E6B585 (or 0xE6B585) is unknown color: approx Corvette. HEX triplet: E6, B5 and 85. RGB value is (230,181,133). Sum of RGB (Red+Green+Blue) = 230+181+133=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 181 (71.09% from 255 or 33.27% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B585 is #194A7A. Grayscale: #BEBEBE. Windows color (decimal): -1657467 or 8762854. OLE color: 8762854.

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

Color convert

RGB230181133-
CMYK00.210.420.10
HSL29.69º65.99%71.18%-
HSV(B)29.69º42.17%90.2%-
XYZ53.3951.5629.33-
YUV190.1895.73156.4-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.28%
GREEN value IS 181 (71.09% from 255) = 33.27%
BLUE value IS 133 (52.34% from 255) = 24.45%
R=42.28%
G=33.27%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018113300.210.420.1029.6965.9971.18
HexE6B5850152AA1e4247
Octal346265205025521236102107
Binary11100110101101011000010101010110101010101111010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6b585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6b585; }

 p { color: rgb(230,181,133); }

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

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

 a { background-color: rgb(230,181,133); }

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

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

 span { border-color: rgb(230,181,133); }

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