#E9BD86

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

Shades of Corvette #E9BD86

Tints of Corvette #E9BD86

Color information

#E9BD86 (or 0xE9BD86) is unknown color: approx Corvette. HEX triplet: E9, BD and 86. RGB value is (233,189,134). Sum of RGB (Red+Green+Blue) = 233+189+134=556 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.91% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 134 (52.73% from 255 or 24.10% from 556); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BD86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BD86 is #164279. Grayscale: #C4C4C4. Windows color (decimal): -1458810 or 8830441. OLE color: 8830441.

HSL color Cylindrical-coordinate representation of color #E9BD86: hue angle of 33.33º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E9BD86 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB233189134-
CMYK00.190.420.09
HSL33.33º69.23%71.96%-
HSV(B)33.33º42.49%91.37%-
XYZ56.155.4430.3-
YUV195.8993.08154.47-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.91%
GREEN value IS 189 (74.22% from 255) = 33.99%
BLUE value IS 134 (52.73% from 255) = 24.10%
R=41.91%
G=33.99%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318913400.190.420.0933.3369.2371.96
HexE9BD860132A9214548
Octal351275206023521141105110
Binary111010011011110110000110010011101010100110000110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BD86; }

 p { color: rgb(233,189,134); }

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

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

 a { background-color: rgb(233,189,134); }

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

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

 span { border-color: rgb(233,189,134); }

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