#EDBC87

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

Shades of Corvette #EDBC87

Tints of Corvette #EDBC87

Color information

#EDBC87 (or 0xEDBC87) is unknown color: approx Corvette. HEX triplet: ED, BC and 87. RGB value is (237,188,135). Sum of RGB (Red+Green+Blue) = 237+188+135=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 135 (53.12% from 255 or 24.11% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBC87 is #124378. Grayscale: #C4C4C4. Windows color (decimal): -1196921 or 8895725. OLE color: 8895725.

HSL color Cylindrical-coordinate representation of color #EDBC87: hue angle of 31.18º 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 #EDBC87 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB237188135-
CMYK00.210.430.07
HSL31.18º73.91%72.94%-
HSV(B)31.18º43.04%92.94%-
XYZ57.2855.7230.66-
YUV196.6193.23156.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.32%
GREEN value IS 188 (73.83% from 255) = 33.57%
BLUE value IS 135 (53.12% from 255) = 24.11%
R=42.32%
G=33.57%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718813500.210.430.0731.1873.9172.94
HexEDBC870152B71f4a49
Octal35527420702553737112111
Binary1110110110111100100001110101011010111111111110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBC87; }

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

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

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

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

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

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

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

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