Shades of Corvette #EDB476
Tints of Corvette #EDB476
RGB
CMYK
RGB Variations
Color information
#EDB476 (or 0xEDB476) is known color: Corvette. HEX triplet: ED, B4 and 76. RGB value is (237,180,118). Sum of RGB (Red+Green+Blue) = 237+180+118=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 118 (46.48% from 255 or 22.06% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB476 is #124B89. Grayscale: #BEBEBE. Windows color (decimal): -1198986 or 7779565. OLE color: 7779565.
HSL color Cylindrical-coordinate representation of color #EDB476: hue angle of 31.26º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDB476 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 118 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.07 |
| HSL | 31.26º | 0.77% | 0.7% | - |
| HSV(B) | 31.26º | 0.5% | 0.93% | - |
| XYZ | 54.52 | 51.96 | 24.29 | - |
| YUV | 189.98 | 87.38 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 118 | 0 | 0.24 | 0.50 | 0.07 | 31.26 | 0.77 | 0.7 |
| Hex | ED | B4 | 76 | 0 | 18 | 32 | 7 | 1F | 4D | 46 |
| Octal | 355 | 264 | 166 | 0 | 30 | 62 | 7 | 37 | 115 | 106 |
| Binary | 11101101 | 10110100 | 1110110 | 0 | 11000 | 110010 | 111 | 11111 | 1001101 | 1000110 |
Color Harmonies of #EDB476
Complementary color
Monochromatic Colors of #EDB476
Black with #EDB476
Text Example
Text Example
White with #EDB476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB476; }
p { color: rgb(237,180,118); }
H1.HeaderClassName
{
color: #EDB476;
}
.AnyTagClassName
{
color: #EDB476;
}
</style>
background-color css
<style>
a { background-color: #EDB476; }
a { background-color: rgb(237,180,118); }
div.DivClassName
{
background-color: #EDB476;
}
.BgClassName
{
background-color: #EDB476;
}
</style>
border-color css
<style>
span { border-color: #EDB476; }
span { border-color: rgb(237,180,118); }
td.TdClassName
{
border-color: #EDB476;
}
.TagClassName
{
border-color: #EDB476;
}
</style>