#E8BF86

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

Shades of Corvette #E8BF86

Tints of Corvette #E8BF86

Color information

#E8BF86 (or 0xE8BF86) is unknown color: approx Corvette. HEX triplet: E8, BF and 86. RGB value is (232,191,134). Sum of RGB (Red+Green+Blue) = 232+191+134=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 134 (52.73% from 255 or 24.06% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BF86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BF86 is #174079. Grayscale: #C5C5C5. Windows color (decimal): -1523834 or 8830952. OLE color: 8830952.

HSL color Cylindrical-coordinate representation of color #E8BF86: hue angle of 34.9º degrees, saturation: 0.68, 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 #E8BF86 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB232191134-
CMYK00.180.420.09
HSL34.9º68.06%71.76%-
HSV(B)34.9º42.24%90.98%-
XYZ56.2156.1430.43-
YUV196.7692.58153.13-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.65%
GREEN value IS 191 (75% from 255) = 34.29%
BLUE value IS 134 (52.73% from 255) = 24.06%
R=41.65%
G=34.29%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219113400.180.420.0934.968.0671.76
HexE8BF860122A9234448
Octal350277206022521143104110
Binary111010001011111110000110010010101010100110001110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BF86; }

 p { color: rgb(232,191,134); }

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

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

 a { background-color: rgb(232,191,134); }

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

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

 span { border-color: rgb(232,191,134); }

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