Shades of Corvette #EDB481
Tints of Corvette #EDB481
RGB
CMYK
RGB Variations
Color information
#EDB481 (or 0xEDB481) is known color: Corvette. HEX triplet: ED, B4 and 81. RGB value is (237,180,129). Sum of RGB (Red+Green+Blue) = 237+180+129=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 129 (50.78% from 255 or 23.63% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB481 is #124B7E. Grayscale: #BFBFBF. Windows color (decimal): -1198975 or 8500461. OLE color: 8500461.
HSL color Cylindrical-coordinate representation of color #EDB481: hue angle of 28.33º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDB481 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 129 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.07 |
| HSL | 28.33º | 0.75% | 0.72% | - |
| HSV(B) | 28.33º | 0.46% | 0.93% | - |
| XYZ | 55.21 | 52.23 | 27.94 | - |
| YUV | 191.23 | 92.88 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 129 | 0 | 0.24 | 0.46 | 0.07 | 28.33 | 0.75 | 0.72 |
| Hex | ED | B4 | 81 | 0 | 18 | 2E | 7 | 1C | 4B | 48 |
| Octal | 355 | 264 | 201 | 0 | 30 | 56 | 7 | 34 | 113 | 110 |
| Binary | 11101101 | 10110100 | 10000001 | 0 | 11000 | 101110 | 111 | 11100 | 1001011 | 1001000 |
Color Harmonies of #EDB481
Complementary color
Monochromatic Colors of #EDB481
Black with #EDB481
Text Example
Text Example
White with #EDB481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB481; }
p { color: rgb(237,180,129); }
H1.HeaderClassName
{
color: #EDB481;
}
.AnyTagClassName
{
color: #EDB481;
}
</style>
background-color css
<style>
a { background-color: #EDB481; }
a { background-color: rgb(237,180,129); }
div.DivClassName
{
background-color: #EDB481;
}
.BgClassName
{
background-color: #EDB481;
}
</style>
border-color css
<style>
span { border-color: #EDB481; }
span { border-color: rgb(237,180,129); }
td.TdClassName
{
border-color: #EDB481;
}
.TagClassName
{
border-color: #EDB481;
}
</style>