#EDBA82

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

Shades of Corvette #EDBA82

Tints of Corvette #EDBA82

Color information

#EDBA82 (or 0xEDBA82) is unknown color: approx Corvette. HEX triplet: ED, BA and 82. RGB value is (237,186,130). Sum of RGB (Red+Green+Blue) = 237+186+130=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 130 (51.17% from 255 or 23.51% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBA82 is #12457D. Grayscale: #C3C3C3. Windows color (decimal): -1197438 or 8567533. OLE color: 8567533.

HSL color Cylindrical-coordinate representation of color #EDBA82: hue angle of 31.4º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDBA82 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB237186130-
CMYK00.220.450.07
HSL31.4º74.83%71.96%-
HSV(B)31.4º45.15%92.94%-
XYZ56.5154.7328.71-
YUV194.8691.4158.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.86%
GREEN value IS 186 (73.05% from 255) = 33.63%
BLUE value IS 130 (51.17% from 255) = 23.51%
R=42.86%
G=33.63%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718613000.220.450.0731.474.8371.96
HexEDBA820162D71f4b48
Octal35527220202655737113110
Binary1110110110111010100000100101101011011111111110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBA82; }

 p { color: rgb(237,186,130); }

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

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

 a { background-color: rgb(237,186,130); }

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

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

 span { border-color: rgb(237,186,130); }

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