Shades of Grandis #FFCE73
Tints of Grandis #FFCE73
RGB
CMYK
RGB Variations
Color information
#FFCE73 (or 0xFFCE73) is known color: Grandis. HEX triplet: FF, CE and 73. RGB value is (255,206,115). Sum of RGB (Red+Green+Blue) = 255+206+115=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 115 (45.31% from 255 or 19.97% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE73 is #00318C. Grayscale: #D2D2D2. Windows color (decimal): -12685 or 7589631. OLE color: 7589631.
HSL color Cylindrical-coordinate representation of color #FFCE73: hue angle of 39º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFCE73 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 115 | - |
| CMYK | 0 | 0.19 | 0.55 | 0 |
| HSL | 39º | 1% | 0.73% | - |
| HSV(B) | 39º | 0.55% | 1% | - |
| XYZ | 66.41 | 66.64 | 25.58 | - |
| YUV | 210.28 | 74.23 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 115 | 0 | 0.19 | 0.55 | 0 | 39 | 1 | 0.73 |
| Hex | FF | CE | 73 | 0 | 13 | 37 | 0 | 27 | 64 | 49 |
| Octal | 377 | 316 | 163 | 0 | 23 | 67 | 0 | 47 | 144 | 111 |
| Binary | 11111111 | 11001110 | 1110011 | 0 | 10011 | 110111 | 0 | 100111 | 1100100 | 1001001 |
Color Harmonies of #FFCE73
Complementary color
Monochromatic Colors of #FFCE73
Black with #FFCE73
Text Example
Text Example
White with #FFCE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE73; }
p { color: rgb(255,206,115); }
H1.HeaderClassName
{
color: #FFCE73;
}
.AnyTagClassName
{
color: #FFCE73;
}
</style>
background-color css
<style>
a { background-color: #FFCE73; }
a { background-color: rgb(255,206,115); }
div.DivClassName
{
background-color: #FFCE73;
}
.BgClassName
{
background-color: #FFCE73;
}
</style>
border-color css
<style>
span { border-color: #FFCE73; }
span { border-color: rgb(255,206,115); }
td.TdClassName
{
border-color: #FFCE73;
}
.TagClassName
{
border-color: #FFCE73;
}
</style>