#edba87

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

Shades of Corvette #EDBA87

Tints of Corvette #EDBA87

Color information

#EDBA87 (or 0xEDBA87) is unknown color: approx Corvette. HEX triplet: ED, BA and 87. RGB value is (237,186,135). Sum of RGB (Red+Green+Blue) = 237+186+135=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 135 (53.12% from 255 or 24.19% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBA87 is #124578. Grayscale: #C3C3C3. Windows color (decimal): -1197433 or 8895213. OLE color: 8895213.

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

Color convert

RGB237186135-
CMYK00.220.430.07
HSL30º73.91%72.94%-
HSV(B)30º43.04%92.94%-
XYZ56.8654.8730.52-
YUV195.4493.9157.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.47%
GREEN value IS 186 (73.05% from 255) = 33.33%
BLUE value IS 135 (53.12% from 255) = 24.19%
R=42.47%
G=33.33%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718613500.220.430.073073.9172.94
HexEDBA870162B71e4a49
Octal35527220702653736112111
Binary1110110110111010100001110101101010111111111010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edba87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edba87; }

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

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

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

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

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

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

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

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