#E8BC85

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

Shades of Corvette #E8BC85

Tints of Corvette #E8BC85

Color information

#E8BC85 (or 0xE8BC85) is unknown color: approx Corvette. HEX triplet: E8, BC and 85. RGB value is (232,188,133). Sum of RGB (Red+Green+Blue) = 232+188+133=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BC85 is #17437A. Grayscale: #C3C3C3. Windows color (decimal): -1524603 or 8764648. OLE color: 8764648.

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

Color convert

RGB232188133-
CMYK00.190.430.09
HSL33.33º68.28%71.57%-
HSV(B)33.33º42.67%90.98%-
XYZ55.554.8229.85-
YUV194.8993.08154.47-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.95%
GREEN value IS 188 (73.83% from 255) = 34.00%
BLUE value IS 133 (52.34% from 255) = 24.05%
R=41.95%
G=34.00%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218813300.190.430.0933.3368.2871.57
HexE8BC850132B9214448
Octal350274205023531141104110
Binary111010001011110010000101010011101011100110000110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BC85; }

 p { color: rgb(232,188,133); }

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

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

 a { background-color: rgb(232,188,133); }

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

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

 span { border-color: rgb(232,188,133); }

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