#EDBE85

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

Shades of Corvette #EDBE85

Tints of Corvette #EDBE85

Color information

#EDBE85 (or 0xEDBE85) is unknown color: approx Corvette. HEX triplet: ED, BE and 85. RGB value is (237,190,133). Sum of RGB (Red+Green+Blue) = 237+190+133=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 133 (52.34% from 255 or 23.75% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBE85 is #12417A. Grayscale: #C5C5C5. Windows color (decimal): -1196411 or 8765165. OLE color: 8765165.

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

Color convert

RGB237190133-
CMYK00.200.440.07
HSL32.88º74.29%72.55%-
HSV(B)32.88º43.88%92.94%-
XYZ57.5756.5230.07-
YUV197.5591.57156.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.32%
GREEN value IS 190 (74.61% from 255) = 33.93%
BLUE value IS 133 (52.34% from 255) = 23.75%
R=42.32%
G=33.93%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719013300.200.440.0732.8874.2972.55
HexEDBE850142C7214a49
Octal35527620502454741112111
Binary11101101101111101000010101010010110011110000110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBE85; }

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

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

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

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

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

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

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

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