#E8BD81

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

Shades of Corvette #E8BD81

Tints of Corvette #E8BD81

Color information

#E8BD81 (or 0xE8BD81) is unknown color: approx Corvette. HEX triplet: E8, BD and 81. RGB value is (232,189,129). Sum of RGB (Red+Green+Blue) = 232+189+129=550 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.18% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 129 (50.78% from 255 or 23.45% from 550); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BD81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BD81 is #17427E. Grayscale: #C3C3C3. Windows color (decimal): -1524351 or 8502760. OLE color: 8502760.

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

Color convert

RGB232189129-
CMYK00.190.440.09
HSL34.95º69.13%70.78%-
HSV(B)34.95º44.4%90.98%-
XYZ55.4455.1428.49-
YUV195.0290.75154.38-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.18%
GREEN value IS 189 (74.22% from 255) = 34.36%
BLUE value IS 129 (50.78% from 255) = 23.45%
R=42.18%
G=34.36%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218912900.190.440.0934.9569.1370.78
HexE8BD810132C9234547
Octal350275201023541143105107
Binary111010001011110110000001010011101100100110001110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BD81; }

 p { color: rgb(232,189,129); }

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

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

 a { background-color: rgb(232,189,129); }

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

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

 span { border-color: rgb(232,189,129); }

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