Shades of Corvette #EFB583
Tints of Corvette #EFB583
RGB
CMYK
RGB Variations
Color information
#EFB583 (or 0xEFB583) is known color: Corvette. HEX triplet: EF, B5 and 83. RGB value is (239,181,131). Sum of RGB (Red+Green+Blue) = 239+181+131=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 181 (71.09% from 255 or 32.85% from 551); Blue value is 131 (51.56% from 255 or 23.77% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB583 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB583 is #104A7C. Grayscale: #C0C0C0. Windows color (decimal): -1067645 or 8631791. OLE color: 8631791.
HSL color Cylindrical-coordinate representation of color #EFB583: hue angle of 27.78º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFB583 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 131 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.06 |
| HSL | 27.78º | 0.77% | 0.73% | - |
| HSV(B) | 27.78º | 0.45% | 0.94% | - |
| XYZ | 56.22 | 53.04 | 28.75 | - |
| YUV | 192.64 | 93.22 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 131 | 0 | 0.24 | 0.45 | 0.06 | 27.78 | 0.77 | 0.73 |
| Hex | EF | B5 | 83 | 0 | 18 | 2D | 6 | 1C | 4D | 49 |
| Octal | 357 | 265 | 203 | 0 | 30 | 55 | 6 | 34 | 115 | 111 |
| Binary | 11101111 | 10110101 | 10000011 | 0 | 11000 | 101101 | 110 | 11100 | 1001101 | 1001001 |
Color Harmonies of #EFB583
Complementary color
Monochromatic Colors of #EFB583
Black with #EFB583
Text Example
Text Example
White with #EFB583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB583; }
p { color: rgb(239,181,131); }
H1.HeaderClassName
{
color: #EFB583;
}
.AnyTagClassName
{
color: #EFB583;
}
</style>
background-color css
<style>
a { background-color: #EFB583; }
a { background-color: rgb(239,181,131); }
div.DivClassName
{
background-color: #EFB583;
}
.BgClassName
{
background-color: #EFB583;
}
</style>
border-color css
<style>
span { border-color: #EFB583; }
span { border-color: rgb(239,181,131); }
td.TdClassName
{
border-color: #EFB583;
}
.TagClassName
{
border-color: #EFB583;
}
</style>