#E7BD81

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

Shades of Corvette #E7BD81

Tints of Corvette #E7BD81

Color information

#E7BD81 (or 0xE7BD81) is unknown color: approx Corvette. HEX triplet: E7, BD and 81. RGB value is (231,189,129). Sum of RGB (Red+Green+Blue) = 231+189+129=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 129 (50.78% from 255 or 23.50% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BD81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BD81 is #18427E. Grayscale: #C3C3C3. Windows color (decimal): -1589887 or 8502759. OLE color: 8502759.

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

Color convert

RGB231189129-
CMYK00.180.440.09
HSL35.29º68%70.59%-
HSV(B)35.29º44.16%90.59%-
XYZ55.1254.9728.47-
YUV194.7290.91153.88-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.08%
GREEN value IS 189 (74.22% from 255) = 34.43%
BLUE value IS 129 (50.78% from 255) = 23.50%
R=42.08%
G=34.43%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118912900.180.440.0935.296870.59
HexE7BD810122C9234447
Octal347275201022541143104107
Binary111001111011110110000001010010101100100110001110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BD81; }

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

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

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

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

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

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

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

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