#EDBA7C

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

Shades of Corvette #EDBA7C

Tints of Corvette #EDBA7C

Color information

#EDBA7C (or 0xEDBA7C) is unknown color: approx Corvette. HEX triplet: ED, BA and 7C. RGB value is (237,186,124). Sum of RGB (Red+Green+Blue) = 237+186+124=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 124 (48.83% from 255 or 22.67% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA7C is #124583. Grayscale: #C2C2C2. Windows color (decimal): -1197444 or 8174317. OLE color: 8174317.

HSL color Cylindrical-coordinate representation of color #EDBA7C: hue angle of 32.92º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDBA7C is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB237186124-
CMYK00.220.480.07
HSL32.92º75.84%70.78%-
HSV(B)32.92º47.68%92.94%-
XYZ56.1254.5826.65-
YUV194.1888.4158.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.33%
GREEN value IS 186 (73.05% from 255) = 34.00%
BLUE value IS 124 (48.83% from 255) = 22.67%
R=43.33%
G=34.00%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718612400.220.480.0732.9275.8470.78
HexEDBA7C016307214c47
Octal35527217402660741114107
Binary1110110110111010111110001011011000011110000110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBA7C; }

 p { color: rgb(237,186,124); }

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

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

 a { background-color: rgb(237,186,124); }

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

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

 span { border-color: rgb(237,186,124); }

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