Shades of Corvette #ECB67B
Tints of Corvette #ECB67B
RGB
CMYK
RGB Variations
Color information
#ECB67B (or 0xECB67B) is known color: Corvette. HEX triplet: EC, B6 and 7B. RGB value is (236,182,123). Sum of RGB (Red+Green+Blue) = 236+182+123=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 182 (71.48% from 255 or 33.64% from 541); Blue value is 123 (48.44% from 255 or 22.74% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB67B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB67B is #134984. Grayscale: #BFBFBF. Windows color (decimal): -1264005 or 8107756. OLE color: 8107756.
HSL color Cylindrical-coordinate representation of color #ECB67B: hue angle of 31.33º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECB67B is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 123 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.07 |
| HSL | 31.33º | 0.75% | 0.7% | - |
| HSV(B) | 31.33º | 0.48% | 0.93% | - |
| XYZ | 54.9 | 52.72 | 26.02 | - |
| YUV | 191.42 | 89.39 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 123 | 0 | 0.23 | 0.48 | 0.07 | 31.33 | 0.75 | 0.7 |
| Hex | EC | B6 | 7B | 0 | 17 | 30 | 7 | 1F | 4B | 46 |
| Octal | 354 | 266 | 173 | 0 | 27 | 60 | 7 | 37 | 113 | 106 |
| Binary | 11101100 | 10110110 | 1111011 | 0 | 10111 | 110000 | 111 | 11111 | 1001011 | 1000110 |
Color Harmonies of #ECB67B
Complementary color
Monochromatic Colors of #ECB67B
Black with #ECB67B
Text Example
Text Example
White with #ECB67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB67B; }
p { color: rgb(236,182,123); }
H1.HeaderClassName
{
color: #ECB67B;
}
.AnyTagClassName
{
color: #ECB67B;
}
</style>
background-color css
<style>
a { background-color: #ECB67B; }
a { background-color: rgb(236,182,123); }
div.DivClassName
{
background-color: #ECB67B;
}
.BgClassName
{
background-color: #ECB67B;
}
</style>
border-color css
<style>
span { border-color: #ECB67B; }
span { border-color: rgb(236,182,123); }
td.TdClassName
{
border-color: #ECB67B;
}
.TagClassName
{
border-color: #ECB67B;
}
</style>