#EDBA7D

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

Shades of Corvette #EDBA7D

Tints of Corvette #EDBA7D

Color information

#EDBA7D (or 0xEDBA7D) is unknown color: approx Corvette. HEX triplet: ED, BA and 7D. RGB value is (237,186,125). Sum of RGB (Red+Green+Blue) = 237+186+125=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA7D is #124582. Grayscale: #C2C2C2. Windows color (decimal): -1197443 or 8239853. OLE color: 8239853.

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

Color convert

RGB237186125-
CMYK00.220.470.07
HSL32.68º75.68%70.98%-
HSV(B)32.68º47.26%92.94%-
XYZ56.1954.626.98-
YUV194.388.9158.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.25%
GREEN value IS 186 (73.05% from 255) = 33.94%
BLUE value IS 125 (49.22% from 255) = 22.81%
R=43.25%
G=33.94%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718612500.220.470.0732.6875.6870.98
HexEDBA7D0162F7214c47
Octal35527217502657741114107
Binary1110110110111010111110101011010111111110000110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBA7D; }

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

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

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

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

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

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

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

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