#E9BD7C

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

Shades of Corvette #E9BD7C

Tints of Corvette #E9BD7C

Color information

#E9BD7C (or 0xE9BD7C) is unknown color: approx Corvette. HEX triplet: E9, BD and 7C. RGB value is (233,189,124). Sum of RGB (Red+Green+Blue) = 233+189+124=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 124 (48.83% from 255 or 22.71% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BD7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9BD7C is #164283. Grayscale: #C3C3C3. Windows color (decimal): -1458820 or 8175081. OLE color: 8175081.

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

Color convert

RGB233189124-
CMYK00.190.470.09
HSL35.78º71.24%70%-
HSV(B)35.78º46.78%91.37%-
XYZ55.4455.1726.8-
YUV194.7588.08155.29-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.67%
GREEN value IS 189 (74.22% from 255) = 34.62%
BLUE value IS 124 (48.83% from 255) = 22.71%
R=42.67%
G=34.62%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318912400.190.470.0935.7871.2470
HexE9BD7C0132F9244746
Octal351275174023571144107106
Binary11101001101111011111100010011101111100110010010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BD7C; }

 p { color: rgb(233,189,124); }

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

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

 a { background-color: rgb(233,189,124); }

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

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

 span { border-color: rgb(233,189,124); }

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