Shades of Grandis #FFCE6E
Tints of Grandis #FFCE6E
RGB
CMYK
RGB Variations
Color information
#FFCE6E (or 0xFFCE6E) is known color: Grandis. HEX triplet: FF, CE and 6E. RGB value is (255,206,110). Sum of RGB (Red+Green+Blue) = 255+206+110=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 110 (43.36% from 255 or 19.26% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE6E is #003191. Grayscale: #D2D2D2. Windows color (decimal): -12690 or 7261951. OLE color: 7261951.
HSL color Cylindrical-coordinate representation of color #FFCE6E: hue angle of 39.72º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFCE6E is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 110 | - |
| CMYK | 0 | 0.19 | 0.57 | 0 |
| HSL | 39.72º | 1% | 0.72% | - |
| HSV(B) | 39.72º | 0.57% | 1% | - |
| XYZ | 66.13 | 66.53 | 24.11 | - |
| YUV | 209.71 | 71.73 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 110 | 0 | 0.19 | 0.57 | 0 | 39.72 | 1 | 0.72 |
| Hex | FF | CE | 6E | 0 | 13 | 39 | 0 | 28 | 64 | 48 |
| Octal | 377 | 316 | 156 | 0 | 23 | 71 | 0 | 50 | 144 | 110 |
| Binary | 11111111 | 11001110 | 1101110 | 0 | 10011 | 111001 | 0 | 101000 | 1100100 | 1001000 |
Color Harmonies of #FFCE6E
Complementary color
Monochromatic Colors of #FFCE6E
Black with #FFCE6E
Text Example
Text Example
White with #FFCE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE6E; }
p { color: rgb(255,206,110); }
H1.HeaderClassName
{
color: #FFCE6E;
}
.AnyTagClassName
{
color: #FFCE6E;
}
</style>
background-color css
<style>
a { background-color: #FFCE6E; }
a { background-color: rgb(255,206,110); }
div.DivClassName
{
background-color: #FFCE6E;
}
.BgClassName
{
background-color: #FFCE6E;
}
</style>
border-color css
<style>
span { border-color: #FFCE6E; }
span { border-color: rgb(255,206,110); }
td.TdClassName
{
border-color: #FFCE6E;
}
.TagClassName
{
border-color: #FFCE6E;
}
</style>