Shades of Grandis #FFCE76
Tints of Grandis #FFCE76
RGB
CMYK
RGB Variations
Color information
#FFCE76 (or 0xFFCE76) is known color: Grandis. HEX triplet: FF, CE and 76. RGB value is (255,206,118). Sum of RGB (Red+Green+Blue) = 255+206+118=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 118 (46.48% from 255 or 20.38% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE76 is #003189. Grayscale: #D3D3D3. Windows color (decimal): -12682 or 7786239. OLE color: 7786239.
HSL color Cylindrical-coordinate representation of color #FFCE76: hue angle of 38.54º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFCE76 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 118 | - |
| CMYK | 0 | 0.19 | 0.54 | 0 |
| HSL | 38.54º | 1% | 0.73% | - |
| HSV(B) | 38.54º | 0.54% | 1% | - |
| XYZ | 66.58 | 66.71 | 26.51 | - |
| YUV | 210.62 | 75.73 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 118 | 0 | 0.19 | 0.54 | 0 | 38.54 | 1 | 0.73 |
| Hex | FF | CE | 76 | 0 | 13 | 36 | 0 | 27 | 64 | 49 |
| Octal | 377 | 316 | 166 | 0 | 23 | 66 | 0 | 47 | 144 | 111 |
| Binary | 11111111 | 11001110 | 1110110 | 0 | 10011 | 110110 | 0 | 100111 | 1100100 | 1001001 |
Color Harmonies of #FFCE76
Complementary color
Monochromatic Colors of #FFCE76
Black with #FFCE76
Text Example
Text Example
White with #FFCE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE76; }
p { color: rgb(255,206,118); }
H1.HeaderClassName
{
color: #FFCE76;
}
.AnyTagClassName
{
color: #FFCE76;
}
</style>
background-color css
<style>
a { background-color: #FFCE76; }
a { background-color: rgb(255,206,118); }
div.DivClassName
{
background-color: #FFCE76;
}
.BgClassName
{
background-color: #FFCE76;
}
</style>
border-color css
<style>
span { border-color: #FFCE76; }
span { border-color: rgb(255,206,118); }
td.TdClassName
{
border-color: #FFCE76;
}
.TagClassName
{
border-color: #FFCE76;
}
</style>