#EDB985

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

Shades of Corvette #EDB985

Tints of Corvette #EDB985

Color information

#EDB985 (or 0xEDB985) is unknown color: approx Corvette. HEX triplet: ED, B9 and 85. RGB value is (237,185,133). Sum of RGB (Red+Green+Blue) = 237+185+133=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB985 is #12467A. Grayscale: #C2C2C2. Windows color (decimal): -1197691 or 8763885. OLE color: 8763885.

HSL color Cylindrical-coordinate representation of color #EDB985: 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.44%. Process color model (Four color, CMYK) of #EDB985 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB237185133-
CMYK00.220.440.07
HSL30º74.29%72.55%-
HSV(B)30º43.88%92.94%-
XYZ56.5154.429.71-
YUV194.6293.23158.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.70%
GREEN value IS 185 (72.66% from 255) = 33.33%
BLUE value IS 133 (52.34% from 255) = 23.96%
R=42.70%
G=33.33%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718513300.220.440.073074.2972.55
HexEDB9850162C71e4a49
Octal35527120502654736112111
Binary1110110110111001100001010101101011001111111010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB985; }

 p { color: rgb(237,185,133); }

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

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

 a { background-color: rgb(237,185,133); }

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

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

 span { border-color: rgb(237,185,133); }

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