Shades of Portica #EECF5C
Tints of Portica #EECF5C
RGB
CMYK
RGB Variations
Color information
#EECF5C (or 0xEECF5C) is known color: Portica. HEX triplet: EE, CF and 5C. RGB value is (238,207,92). Sum of RGB (Red+Green+Blue) = 238+207+92=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 92 (36.33% from 255 or 17.13% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECF5C is #1130A3. Grayscale: #CBCBCB. Windows color (decimal): -1126564 or 6082542. OLE color: 6082542.
HSL color Cylindrical-coordinate representation of color #EECF5C: hue angle of 47.26º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EECF5C is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 92 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.07 |
| HSL | 47.26º | 0.81% | 0.65% | - |
| HSV(B) | 47.26º | 0.61% | 0.93% | - |
| XYZ | 59.5 | 63.58 | 19.26 | - |
| YUV | 203.16 | 65.27 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 92 | 0 | 0.13 | 0.61 | 0.07 | 47.26 | 0.81 | 0.65 |
| Hex | EE | CF | 5C | 0 | D | 3D | 7 | 2F | 51 | 41 |
| Octal | 356 | 317 | 134 | 0 | 15 | 75 | 7 | 57 | 121 | 101 |
| Binary | 11101110 | 11001111 | 1011100 | 0 | 1101 | 111101 | 111 | 101111 | 1010001 | 1000001 |
Color Harmonies of #EECF5C
Complementary color
Monochromatic Colors of #EECF5C
Black with #EECF5C
Text Example
Text Example
White with #EECF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECF5C; }
p { color: rgb(238,207,92); }
H1.HeaderClassName
{
color: #EECF5C;
}
.AnyTagClassName
{
color: #EECF5C;
}
</style>
background-color css
<style>
a { background-color: #EECF5C; }
a { background-color: rgb(238,207,92); }
div.DivClassName
{
background-color: #EECF5C;
}
.BgClassName
{
background-color: #EECF5C;
}
</style>
border-color css
<style>
span { border-color: #EECF5C; }
span { border-color: rgb(238,207,92); }
td.TdClassName
{
border-color: #EECF5C;
}
.TagClassName
{
border-color: #EECF5C;
}
</style>