#EDB485

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

Shades of Corvette #EDB485

Tints of Corvette #EDB485

Color information

#EDB485 (or 0xEDB485) is unknown color: approx Corvette. HEX triplet: ED, B4 and 85. RGB value is (237,180,133). Sum of RGB (Red+Green+Blue) = 237+180+133=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 180 (70.70% from 255 or 32.73% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB485 is #124B7A. Grayscale: #BFBFBF. Windows color (decimal): -1198971 or 8762605. OLE color: 8762605.

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

Color convert

RGB237180133-
CMYK00.240.440.07
HSL27.12º74.29%72.55%-
HSV(B)27.12º43.88%92.94%-
XYZ55.4852.3429.37-
YUV191.6894.88160.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.09%
GREEN value IS 180 (70.70% from 255) = 32.73%
BLUE value IS 133 (52.34% from 255) = 24.18%
R=43.09%
G=32.73%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718013300.240.440.0727.1274.2972.55
HexEDB4850182C71b4a49
Octal35526420503054733112111
Binary1110110110110100100001010110001011001111101110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB485; }

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

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

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

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

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

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

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

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