Shades of Portica #EECF51
Tints of Portica #EECF51
RGB
CMYK
RGB Variations
Color information
#EECF51 (or 0xEECF51) is known color: Portica. HEX triplet: EE, CF and 51. RGB value is (238,207,81). Sum of RGB (Red+Green+Blue) = 238+207+81=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 81 (32.03% from 255 or 15.40% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECF51 is #1130AE. Grayscale: #CACACA. Windows color (decimal): -1126575 or 5361646. OLE color: 5361646.
HSL color Cylindrical-coordinate representation of color #EECF51: hue angle of 48.15º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EECF51 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 81 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.07 |
| HSL | 48.15º | 0.82% | 0.63% | - |
| HSV(B) | 48.15º | 0.66% | 0.93% | - |
| XYZ | 59.06 | 63.4 | 16.91 | - |
| YUV | 201.91 | 59.77 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 81 | 0 | 0.13 | 0.66 | 0.07 | 48.15 | 0.82 | 0.63 |
| Hex | EE | CF | 51 | 0 | D | 42 | 7 | 30 | 52 | 3F |
| Octal | 356 | 317 | 121 | 0 | 15 | 102 | 7 | 60 | 122 | 77 |
| Binary | 11101110 | 11001111 | 1010001 | 0 | 1101 | 1000010 | 111 | 110000 | 1010010 | 111111 |
Color Harmonies of #EECF51
Complementary color
Monochromatic Colors of #EECF51
Black with #EECF51
Text Example
Text Example
White with #EECF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECF51; }
p { color: rgb(238,207,81); }
H1.HeaderClassName
{
color: #EECF51;
}
.AnyTagClassName
{
color: #EECF51;
}
</style>
background-color css
<style>
a { background-color: #EECF51; }
a { background-color: rgb(238,207,81); }
div.DivClassName
{
background-color: #EECF51;
}
.BgClassName
{
background-color: #EECF51;
}
</style>
border-color css
<style>
span { border-color: #EECF51; }
span { border-color: rgb(238,207,81); }
td.TdClassName
{
border-color: #EECF51;
}
.TagClassName
{
border-color: #EECF51;
}
</style>