Shades of Corvette #EDB478
Tints of Corvette #EDB478
RGB
CMYK
RGB Variations
Color information
#EDB478 (or 0xEDB478) is known color: Corvette. HEX triplet: ED, B4 and 78. RGB value is (237,180,120). Sum of RGB (Red+Green+Blue) = 237+180+120=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 180 (70.70% from 255 or 33.52% from 537); Blue value is 120 (47.27% from 255 or 22.35% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB478 is #124B87. Grayscale: #BEBEBE. Windows color (decimal): -1198984 or 7910637. OLE color: 7910637.
HSL color Cylindrical-coordinate representation of color #EDB478: hue angle of 30.77º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDB478 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 120 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.07 |
| HSL | 30.77º | 0.76% | 0.7% | - |
| HSV(B) | 30.77º | 0.49% | 0.93% | - |
| XYZ | 54.64 | 52 | 24.93 | - |
| YUV | 190.2 | 88.38 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 120 | 0 | 0.24 | 0.49 | 0.07 | 30.77 | 0.76 | 0.7 |
| Hex | ED | B4 | 78 | 0 | 18 | 31 | 7 | 1F | 4C | 46 |
| Octal | 355 | 264 | 170 | 0 | 30 | 61 | 7 | 37 | 114 | 106 |
| Binary | 11101101 | 10110100 | 1111000 | 0 | 11000 | 110001 | 111 | 11111 | 1001100 | 1000110 |
Color Harmonies of #EDB478
Complementary color
Monochromatic Colors of #EDB478
Black with #EDB478
Text Example
Text Example
White with #EDB478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB478; }
p { color: rgb(237,180,120); }
H1.HeaderClassName
{
color: #EDB478;
}
.AnyTagClassName
{
color: #EDB478;
}
</style>
background-color css
<style>
a { background-color: #EDB478; }
a { background-color: rgb(237,180,120); }
div.DivClassName
{
background-color: #EDB478;
}
.BgClassName
{
background-color: #EDB478;
}
</style>
border-color css
<style>
span { border-color: #EDB478; }
span { border-color: rgb(237,180,120); }
td.TdClassName
{
border-color: #EDB478;
}
.TagClassName
{
border-color: #EDB478;
}
</style>