#EDBA8B

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

Shades of Corvette #EDBA8B

Tints of Corvette #EDBA8B

Color information

#EDBA8B (or 0xEDBA8B) is unknown color: approx Corvette. HEX triplet: ED, BA and 8B. RGB value is (237,186,139). Sum of RGB (Red+Green+Blue) = 237+186+139=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 139 (54.69% from 255 or 24.73% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBA8B is #124574. Grayscale: #C4C4C4. Windows color (decimal): -1197429 or 9157357. OLE color: 9157357.

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

Color convert

RGB237186139-
CMYK00.220.410.07
HSL28.78º73.13%73.73%-
HSV(B)28.78º41.35%92.94%-
XYZ57.1454.9932.03-
YUV195.8995.9157.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.17%
GREEN value IS 186 (73.05% from 255) = 33.10%
BLUE value IS 139 (54.69% from 255) = 24.73%
R=42.17%
G=33.10%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718613900.220.410.0728.7873.1373.73
HexEDBA8B0162971d494a
Octal35527221302651735111112
Binary1110110110111010100010110101101010011111110110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBA8B; }

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

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

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

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

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

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

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

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