#EDBA8C

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

Shades of Corvette #EDBA8C

Tints of Corvette #EDBA8C

Color information

#EDBA8C (or 0xEDBA8C) is unknown color: approx Corvette. HEX triplet: ED, BA and 8C. RGB value is (237,186,140). Sum of RGB (Red+Green+Blue) = 237+186+140=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 140 (55.08% from 255 or 24.87% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBA8C is #124573. Grayscale: #C4C4C4. Windows color (decimal): -1197428 or 9222893. OLE color: 9222893.

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

Color convert

RGB237186140-
CMYK00.220.410.07
HSL28.45º72.93%73.92%-
HSV(B)28.45º40.93%92.94%-
XYZ57.2255.0232.41-
YUV19696.4157.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.10%
GREEN value IS 186 (73.05% from 255) = 33.04%
BLUE value IS 140 (55.08% from 255) = 24.87%
R=42.10%
G=33.04%
B=24.87%

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
Decimal23718614000.220.410.0728.4572.9373.92
HexEDBA8C0162971c494a
Octal35527221402651734111112
Binary1110110110111010100011000101101010011111110010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBA8C; }

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

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

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

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

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

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

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

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