#EDBA89

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

Shades of Corvette #EDBA89

Tints of Corvette #EDBA89

Color information

#EDBA89 (or 0xEDBA89) is unknown color: approx Corvette. HEX triplet: ED, BA and 89. RGB value is (237,186,137). Sum of RGB (Red+Green+Blue) = 237+186+137=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 137 (53.91% from 255 or 24.46% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBA89 is #124576. Grayscale: #C3C3C3. Windows color (decimal): -1197431 or 9026285. OLE color: 9026285.

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

Color convert

RGB237186137-
CMYK00.220.420.07
HSL29.4º73.53%73.33%-
HSV(B)29.4º42.19%92.94%-
XYZ5754.9331.26-
YUV195.6694.9157.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.32%
GREEN value IS 186 (73.05% from 255) = 33.21%
BLUE value IS 137 (53.91% from 255) = 24.46%
R=42.32%
G=33.21%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718613700.220.420.0729.473.5373.33
HexEDBA890162A71d4a49
Octal35527221102652735112111
Binary1110110110111010100010010101101010101111110110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBA89; }

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

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

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

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

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

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

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

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