#E8BA80

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

Shades of Corvette #E8BA80

Tints of Corvette #E8BA80

Color information

#E8BA80 (or 0xE8BA80) is unknown color: approx Corvette. HEX triplet: E8, BA and 80. RGB value is (232,186,128). Sum of RGB (Red+Green+Blue) = 232+186+128=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BA80 is #17457F. Grayscale: #C1C1C1. Windows color (decimal): -1525120 or 8436456. OLE color: 8436456.

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

Color convert

RGB232186128-
CMYK00.200.450.09
HSL33.46º69.33%70.59%-
HSV(B)33.46º44.83%90.98%-
XYZ54.7353.8327.93-
YUV193.1491.24155.72-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.49%
GREEN value IS 186 (73.05% from 255) = 34.07%
BLUE value IS 128 (50.39% from 255) = 23.44%
R=42.49%
G=34.07%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218612800.200.450.0933.4669.3370.59
HexE8BA800142D9214547
Octal350272200024551141105107
Binary111010001011101010000000010100101101100110000110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BA80; }

 p { color: rgb(232,186,128); }

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

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

 a { background-color: rgb(232,186,128); }

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

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

 span { border-color: rgb(232,186,128); }

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