#e7bd77

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

Shades of Corvette #E7BD77

Tints of Corvette #E7BD77

Color information

#E7BD77 (or 0xE7BD77) is unknown color: approx Corvette. HEX triplet: E7, BD and 77. RGB value is (231,189,119). Sum of RGB (Red+Green+Blue) = 231+189+119=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 119 (46.88% from 255 or 22.08% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BD77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BD77 is #184288. Grayscale: #C1C1C1. Windows color (decimal): -1589897 or 7847399. OLE color: 7847399.

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

Color convert

RGB231189119-
CMYK00.180.480.09
HSL37.5º70%68.63%-
HSV(B)37.5º48.48%90.59%-
XYZ54.4854.7225.14-
YUV193.5885.91154.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.86%
GREEN value IS 189 (74.22% from 255) = 35.06%
BLUE value IS 119 (46.88% from 255) = 22.08%
R=42.86%
G=35.06%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118911900.180.480.0937.57068.63
HexE7BD77012309264645
Octal347275167022601146106105
Binary11100111101111011110111010010110000100110011010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7bd77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7bd77; }

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

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

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

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

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

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

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

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