#EDB688

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

Shades of Corvette #EDB688

Tints of Corvette #EDB688

Color information

#EDB688 (or 0xEDB688) is unknown color: approx Corvette. HEX triplet: ED, B6 and 88. RGB value is (237,182,136). Sum of RGB (Red+Green+Blue) = 237+182+136=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 182 (71.48% from 255 or 32.79% from 555); Blue value is 136 (53.52% from 255 or 24.50% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB688 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB688 is #124977. Grayscale: #C1C1C1. Windows color (decimal): -1198456 or 8959725. OLE color: 8959725.

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

Color convert

RGB237182136-
CMYK00.230.430.07
HSL27.33º73.72%73.14%-
HSV(B)27.33º42.62%92.94%-
XYZ56.153.2430.61-
YUV193.295.72159.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.70%
GREEN value IS 182 (71.48% from 255) = 32.79%
BLUE value IS 136 (53.52% from 255) = 24.50%
R=42.70%
G=32.79%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718213600.230.430.0727.3373.7273.14
HexEDB6880172B71b4a49
Octal35526621002753733112111
Binary1110110110110110100010000101111010111111101110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB688; }

 p { color: rgb(237,182,136); }

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

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

 a { background-color: rgb(237,182,136); }

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

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

 span { border-color: rgb(237,182,136); }

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