#E7BD78

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

Shades of Corvette #E7BD78

Tints of Corvette #E7BD78

Color information

#E7BD78 (or 0xE7BD78) is unknown color: approx Corvette. HEX triplet: E7, BD and 78. RGB value is (231,189,120). Sum of RGB (Red+Green+Blue) = 231+189+120=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 120 (47.27% from 255 or 22.22% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BD78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BD78 is #184287. Grayscale: #C2C2C2. Windows color (decimal): -1589896 or 7912935. OLE color: 7912935.

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

Color convert

RGB231189120-
CMYK00.180.480.09
HSL37.3º69.81%68.82%-
HSV(B)37.3º48.05%90.59%-
XYZ54.5454.7425.46-
YUV193.6986.41154.61-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.78%
GREEN value IS 189 (74.22% from 255) = 35%
BLUE value IS 120 (47.27% from 255) = 22.22%
R=42.78%
G=35%
B=22.22%

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
Decimal23118912000.180.480.0937.369.8168.82
HexE7BD78012309254645
Octal347275170022601145106105
Binary11100111101111011111000010010110000100110010110001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BD78; }

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

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

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

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

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

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

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

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