Shades of Corvette #EDB48B
Tints of Corvette #EDB48B
RGB
CMYK
RGB Variations
Color information
#EDB48B (or 0xEDB48B) is known color: Corvette. HEX triplet: ED, B4 and 8B. RGB value is (237,180,139). Sum of RGB (Red+Green+Blue) = 237+180+139=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 139 (54.69% from 255 or 25% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB48B is #124B74. Grayscale: #C0C0C0. Windows color (decimal): -1198965 or 9155821. OLE color: 9155821.
HSL color Cylindrical-coordinate representation of color #EDB48B: hue angle of 25.1º 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 #EDB48B is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 139 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.07 |
| HSL | 25.1º | 0.73% | 0.74% | - |
| HSV(B) | 25.1º | 0.41% | 0.93% | - |
| XYZ | 55.91 | 52.51 | 31.62 | - |
| YUV | 192.37 | 97.88 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 139 | 0 | 0.24 | 0.41 | 0.07 | 25.1 | 0.73 | 0.74 |
| Hex | ED | B4 | 8B | 0 | 18 | 29 | 7 | 19 | 49 | 4A |
| Octal | 355 | 264 | 213 | 0 | 30 | 51 | 7 | 31 | 111 | 112 |
| Binary | 11101101 | 10110100 | 10001011 | 0 | 11000 | 101001 | 111 | 11001 | 1001001 | 1001010 |
Color Harmonies of #EDB48B
Complementary color
Monochromatic Colors of #EDB48B
Black with #EDB48B
Text Example
Text Example
White with #EDB48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB48B; }
p { color: rgb(237,180,139); }
H1.HeaderClassName
{
color: #EDB48B;
}
.AnyTagClassName
{
color: #EDB48B;
}
</style>
background-color css
<style>
a { background-color: #EDB48B; }
a { background-color: rgb(237,180,139); }
div.DivClassName
{
background-color: #EDB48B;
}
.BgClassName
{
background-color: #EDB48B;
}
</style>
border-color css
<style>
span { border-color: #EDB48B; }
span { border-color: rgb(237,180,139); }
td.TdClassName
{
border-color: #EDB48B;
}
.TagClassName
{
border-color: #EDB48B;
}
</style>