#E9BA7D

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

Shades of Corvette #E9BA7D

Tints of Corvette #E9BA7D

Color information

#E9BA7D (or 0xE9BA7D) is unknown color: approx Corvette. HEX triplet: E9, BA and 7D. RGB value is (233,186,125). Sum of RGB (Red+Green+Blue) = 233+186+125=544 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.83% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9BA7D is #164582. Grayscale: #C1C1C1. Windows color (decimal): -1459587 or 8239849. OLE color: 8239849.

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

Color convert

RGB233186125-
CMYK00.200.460.09
HSL33.89º71.05%70.2%-
HSV(B)33.89º46.35%91.37%-
XYZ54.8653.9226.92-
YUV193.189.57156.46-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.83%
GREEN value IS 186 (73.05% from 255) = 34.19%
BLUE value IS 125 (49.22% from 255) = 22.98%
R=42.83%
G=34.19%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318612500.200.460.0933.8971.0570.2
HexE9BA7D0142E9224746
Octal351272175024561142107106
Binary11101001101110101111101010100101110100110001010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BA7D; }

 p { color: rgb(233,186,125); }

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

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

 a { background-color: rgb(233,186,125); }

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

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

 span { border-color: rgb(233,186,125); }

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