#EDBD88

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

Shades of Corvette #EDBD88

Tints of Corvette #EDBD88

Color information

#EDBD88 (or 0xEDBD88) is unknown color: approx Corvette. HEX triplet: ED, BD and 88. RGB value is (237,189,136). Sum of RGB (Red+Green+Blue) = 237+189+136=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 136 (53.52% from 255 or 24.20% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBD88 is #124277. Grayscale: #C5C5C5. Windows color (decimal): -1196664 or 8961517. OLE color: 8961517.

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

Color convert

RGB237189136-
CMYK00.200.430.07
HSL31.49º73.72%73.14%-
HSV(B)31.49º42.62%92.94%-
XYZ57.5756.1831.1-
YUV197.3193.4156.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.17%
GREEN value IS 189 (74.22% from 255) = 33.63%
BLUE value IS 136 (53.52% from 255) = 24.20%
R=42.17%
G=33.63%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718913600.200.430.0731.4973.7273.14
HexEDBD880142B71f4a49
Octal35527521002453737112111
Binary1110110110111101100010000101001010111111111110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBD88; }

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

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

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

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

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

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

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

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