Shades of Chardonnay #FFC26E
Tints of Chardonnay #FFC26E
RGB
CMYK
RGB Variations
Color information
#FFC26E (or 0xFFC26E) is known color: Chardonnay. HEX triplet: FF, C2 and 6E. RGB value is (255,194,110). Sum of RGB (Red+Green+Blue) = 255+194+110=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 110 (43.36% from 255 or 19.68% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC26E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC26E is #003D91. Grayscale: #CBCBCB. Windows color (decimal): -15762 or 7258879. OLE color: 7258879.
HSL color Cylindrical-coordinate representation of color #FFC26E: hue angle of 34.76º 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 #FFC26E is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 110 | - |
| CMYK | 0 | 0.24 | 0.57 | 0 |
| HSL | 34.76º | 1% | 0.72% | - |
| HSV(B) | 34.76º | 0.57% | 1% | - |
| XYZ | 63.35 | 60.97 | 23.18 | - |
| YUV | 202.66 | 75.71 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 110 | 0 | 0.24 | 0.57 | 0 | 34.76 | 1 | 0.72 |
| Hex | FF | C2 | 6E | 0 | 18 | 39 | 0 | 23 | 64 | 48 |
| Octal | 377 | 302 | 156 | 0 | 30 | 71 | 0 | 43 | 144 | 110 |
| Binary | 11111111 | 11000010 | 1101110 | 0 | 11000 | 111001 | 0 | 100011 | 1100100 | 1001000 |
Color Harmonies of #FFC26E
Complementary color
Monochromatic Colors of #FFC26E
Black with #FFC26E
Text Example
Text Example
White with #FFC26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC26E; }
p { color: rgb(255,194,110); }
H1.HeaderClassName
{
color: #FFC26E;
}
.AnyTagClassName
{
color: #FFC26E;
}
</style>
background-color css
<style>
a { background-color: #FFC26E; }
a { background-color: rgb(255,194,110); }
div.DivClassName
{
background-color: #FFC26E;
}
.BgClassName
{
background-color: #FFC26E;
}
</style>
border-color css
<style>
span { border-color: #FFC26E; }
span { border-color: rgb(255,194,110); }
td.TdClassName
{
border-color: #FFC26E;
}
.TagClassName
{
border-color: #FFC26E;
}
</style>