#EDBE8E

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

Shades of Corvette #EDBE8E

Tints of Corvette #EDBE8E

Color information

#EDBE8E (or 0xEDBE8E) is unknown color: approx Corvette. HEX triplet: ED, BE and 8E. RGB value is (237,190,142). Sum of RGB (Red+Green+Blue) = 237+190+142=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 142 (55.86% from 255 or 24.96% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBE8E is #124171. Grayscale: #C6C6C6. Windows color (decimal): -1196402 or 9354989. OLE color: 9354989.

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

Color convert

RGB237190142-
CMYK00.200.400.07
HSL30.32º72.52%74.31%-
HSV(B)30.32º40.08%92.94%-
XYZ58.2256.7833.48-
YUV198.5896.07155.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.65%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 142 (55.86% from 255) = 24.96%
R=41.65%
G=33.39%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719014200.200.400.0730.3272.5274.31
HexEDBE8E0142871e494a
Octal35527621602450736111112
Binary1110110110111110100011100101001010001111111010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBE8E; }

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

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

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

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

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

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

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

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