Shades of Corvette #EDB27E
Tints of Corvette #EDB27E
RGB
CMYK
RGB Variations
Color information
#EDB27E (or 0xEDB27E) is known color: Corvette. HEX triplet: ED, B2 and 7E. RGB value is (237,178,126). Sum of RGB (Red+Green+Blue) = 237+178+126=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 126 (49.61% from 255 or 23.29% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB27E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB27E is #124D81. Grayscale: #BDBDBD. Windows color (decimal): -1199490 or 8303341. OLE color: 8303341.
HSL color Cylindrical-coordinate representation of color #EDB27E: hue angle of 28.11º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDB27E is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 126 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.07 |
| HSL | 28.11º | 0.76% | 0.71% | - |
| HSV(B) | 28.11º | 0.47% | 0.93% | - |
| XYZ | 54.61 | 51.35 | 26.77 | - |
| YUV | 189.71 | 92.05 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 126 | 0 | 0.25 | 0.47 | 0.07 | 28.11 | 0.76 | 0.71 |
| Hex | ED | B2 | 7E | 0 | 19 | 2F | 7 | 1C | 4C | 47 |
| Octal | 355 | 262 | 176 | 0 | 31 | 57 | 7 | 34 | 114 | 107 |
| Binary | 11101101 | 10110010 | 1111110 | 0 | 11001 | 101111 | 111 | 11100 | 1001100 | 1000111 |
Color Harmonies of #EDB27E
Complementary color
Monochromatic Colors of #EDB27E
Black with #EDB27E
Text Example
Text Example
White with #EDB27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB27E; }
p { color: rgb(237,178,126); }
H1.HeaderClassName
{
color: #EDB27E;
}
.AnyTagClassName
{
color: #EDB27E;
}
</style>
background-color css
<style>
a { background-color: #EDB27E; }
a { background-color: rgb(237,178,126); }
div.DivClassName
{
background-color: #EDB27E;
}
.BgClassName
{
background-color: #EDB27E;
}
</style>
border-color css
<style>
span { border-color: #EDB27E; }
span { border-color: rgb(237,178,126); }
td.TdClassName
{
border-color: #EDB27E;
}
.TagClassName
{
border-color: #EDB27E;
}
</style>