Shades of Portica #E6CF5A
Tints of Portica #E6CF5A
RGB
CMYK
RGB Variations
Color information
#E6CF5A (or 0xE6CF5A) is known color: Portica. HEX triplet: E6, CF and 5A. RGB value is (230,207,90). Sum of RGB (Red+Green+Blue) = 230+207+90=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 90 (35.55% from 255 or 17.08% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CF5A is #1930A5. Grayscale: #C9C9C9. Windows color (decimal): -1650854 or 5951462. OLE color: 5951462.
HSL color Cylindrical-coordinate representation of color #E6CF5A: hue angle of 50.14º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E6CF5A is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 90 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.10 |
| HSL | 50.14º | 0.74% | 0.63% | - |
| HSV(B) | 50.14º | 0.61% | 0.9% | - |
| XYZ | 56.79 | 62.19 | 18.68 | - |
| YUV | 200.54 | 65.62 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 90 | 0 | 0.10 | 0.61 | 0.10 | 50.14 | 0.74 | 0.63 |
| Hex | E6 | CF | 5A | 0 | A | 3D | A | 32 | 4A | 3F |
| Octal | 346 | 317 | 132 | 0 | 12 | 75 | 12 | 62 | 112 | 77 |
| Binary | 11100110 | 11001111 | 1011010 | 0 | 1010 | 111101 | 1010 | 110010 | 1001010 | 111111 |
Color Harmonies of #E6CF5A
Complementary color
Monochromatic Colors of #E6CF5A
Black with #E6CF5A
Text Example
Text Example
White with #E6CF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CF5A; }
p { color: rgb(230,207,90); }
H1.HeaderClassName
{
color: #E6CF5A;
}
.AnyTagClassName
{
color: #E6CF5A;
}
</style>
background-color css
<style>
a { background-color: #E6CF5A; }
a { background-color: rgb(230,207,90); }
div.DivClassName
{
background-color: #E6CF5A;
}
.BgClassName
{
background-color: #E6CF5A;
}
</style>
border-color css
<style>
span { border-color: #E6CF5A; }
span { border-color: rgb(230,207,90); }
td.TdClassName
{
border-color: #E6CF5A;
}
.TagClassName
{
border-color: #E6CF5A;
}
</style>