Shades of Portica #EECB5C
Tints of Portica #EECB5C
RGB
CMYK
RGB Variations
Color information
#EECB5C (or 0xEECB5C) is known color: Portica. HEX triplet: EE, CB and 5C. RGB value is (238,203,92). Sum of RGB (Red+Green+Blue) = 238+203+92=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 92 (36.33% from 255 or 17.26% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECB5C is #1134A3. Grayscale: #C9C9C9. Windows color (decimal): -1127588 or 6081518. OLE color: 6081518.
HSL color Cylindrical-coordinate representation of color #EECB5C: hue angle of 45.62º 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 #EECB5C is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 92 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.07 |
| HSL | 45.62º | 0.81% | 0.65% | - |
| HSV(B) | 45.62º | 0.61% | 0.93% | - |
| XYZ | 58.55 | 61.66 | 18.94 | - |
| YUV | 200.81 | 66.6 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 92 | 0 | 0.15 | 0.61 | 0.07 | 45.62 | 0.81 | 0.65 |
| Hex | EE | CB | 5C | 0 | F | 3D | 7 | 2E | 51 | 41 |
| Octal | 356 | 313 | 134 | 0 | 17 | 75 | 7 | 56 | 121 | 101 |
| Binary | 11101110 | 11001011 | 1011100 | 0 | 1111 | 111101 | 111 | 101110 | 1010001 | 1000001 |
Color Harmonies of #EECB5C
Complementary color
Monochromatic Colors of #EECB5C
Black with #EECB5C
Text Example
Text Example
White with #EECB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB5C; }
p { color: rgb(238,203,92); }
H1.HeaderClassName
{
color: #EECB5C;
}
.AnyTagClassName
{
color: #EECB5C;
}
</style>
background-color css
<style>
a { background-color: #EECB5C; }
a { background-color: rgb(238,203,92); }
div.DivClassName
{
background-color: #EECB5C;
}
.BgClassName
{
background-color: #EECB5C;
}
</style>
border-color css
<style>
span { border-color: #EECB5C; }
span { border-color: rgb(238,203,92); }
td.TdClassName
{
border-color: #EECB5C;
}
.TagClassName
{
border-color: #EECB5C;
}
</style>