Shades of Corvette #EDB47B
Tints of Corvette #EDB47B
RGB
CMYK
RGB Variations
Color information
#EDB47B (or 0xEDB47B) is known color: Corvette. HEX triplet: ED, B4 and 7B. RGB value is (237,180,123). Sum of RGB (Red+Green+Blue) = 237+180+123=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 123 (48.44% from 255 or 22.78% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB47B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB47B is #124B84. Grayscale: #BEBEBE. Windows color (decimal): -1198981 or 8107245. OLE color: 8107245.
HSL color Cylindrical-coordinate representation of color #EDB47B: hue angle of 30º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDB47B is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 123 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.07 |
| HSL | 30º | 0.76% | 0.71% | - |
| HSV(B) | 30º | 0.48% | 0.93% | - |
| XYZ | 54.82 | 52.08 | 25.9 | - |
| YUV | 190.55 | 89.88 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 123 | 0 | 0.24 | 0.48 | 0.07 | 30 | 0.76 | 0.71 |
| Hex | ED | B4 | 7B | 0 | 18 | 30 | 7 | 1E | 4C | 47 |
| Octal | 355 | 264 | 173 | 0 | 30 | 60 | 7 | 36 | 114 | 107 |
| Binary | 11101101 | 10110100 | 1111011 | 0 | 11000 | 110000 | 111 | 11110 | 1001100 | 1000111 |
Color Harmonies of #EDB47B
Complementary color
Monochromatic Colors of #EDB47B
Black with #EDB47B
Text Example
Text Example
White with #EDB47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB47B; }
p { color: rgb(237,180,123); }
H1.HeaderClassName
{
color: #EDB47B;
}
.AnyTagClassName
{
color: #EDB47B;
}
</style>
background-color css
<style>
a { background-color: #EDB47B; }
a { background-color: rgb(237,180,123); }
div.DivClassName
{
background-color: #EDB47B;
}
.BgClassName
{
background-color: #EDB47B;
}
</style>
border-color css
<style>
span { border-color: #EDB47B; }
span { border-color: rgb(237,180,123); }
td.TdClassName
{
border-color: #EDB47B;
}
.TagClassName
{
border-color: #EDB47B;
}
</style>