Shades of Grandis #FFCE71
Tints of Grandis #FFCE71
RGB
CMYK
RGB Variations
Color information
#FFCE71 (or 0xFFCE71) is known color: Grandis. HEX triplet: FF, CE and 71. RGB value is (255,206,113). Sum of RGB (Red+Green+Blue) = 255+206+113=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 113 (44.53% from 255 or 19.69% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE71 is #00318E. Grayscale: #D2D2D2. Windows color (decimal): -12687 or 7458559. OLE color: 7458559.
HSL color Cylindrical-coordinate representation of color #FFCE71: hue angle of 39.3º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFCE71 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 113 | - |
| CMYK | 0 | 0.19 | 0.56 | 0 |
| HSL | 39.3º | 1% | 0.72% | - |
| HSV(B) | 39.3º | 0.56% | 1% | - |
| XYZ | 66.29 | 66.59 | 24.98 | - |
| YUV | 210.05 | 73.23 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 113 | 0 | 0.19 | 0.56 | 0 | 39.3 | 1 | 0.72 |
| Hex | FF | CE | 71 | 0 | 13 | 38 | 0 | 27 | 64 | 48 |
| Octal | 377 | 316 | 161 | 0 | 23 | 70 | 0 | 47 | 144 | 110 |
| Binary | 11111111 | 11001110 | 1110001 | 0 | 10011 | 111000 | 0 | 100111 | 1100100 | 1001000 |
Color Harmonies of #FFCE71
Complementary color
Monochromatic Colors of #FFCE71
Black with #FFCE71
Text Example
Text Example
White with #FFCE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE71; }
p { color: rgb(255,206,113); }
H1.HeaderClassName
{
color: #FFCE71;
}
.AnyTagClassName
{
color: #FFCE71;
}
</style>
background-color css
<style>
a { background-color: #FFCE71; }
a { background-color: rgb(255,206,113); }
div.DivClassName
{
background-color: #FFCE71;
}
.BgClassName
{
background-color: #FFCE71;
}
</style>
border-color css
<style>
span { border-color: #FFCE71; }
span { border-color: rgb(255,206,113); }
td.TdClassName
{
border-color: #FFCE71;
}
.TagClassName
{
border-color: #FFCE71;
}
</style>