Shades of Portica #EECA5C
Tints of Portica #EECA5C
RGB
CMYK
RGB Variations
Color information
#EECA5C (or 0xEECA5C) is known color: Portica. HEX triplet: EE, CA and 5C. RGB value is (238,202,92). Sum of RGB (Red+Green+Blue) = 238+202+92=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 92 (36.33% from 255 or 17.29% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECA5C is #1135A3. Grayscale: #C8C8C8. Windows color (decimal): -1127844 or 6081262. OLE color: 6081262.
HSL color Cylindrical-coordinate representation of color #EECA5C: hue angle of 45.21º 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 #EECA5C is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 92 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.07 |
| HSL | 45.21º | 0.81% | 0.65% | - |
| HSV(B) | 45.21º | 0.61% | 0.93% | - |
| XYZ | 58.31 | 61.19 | 18.86 | - |
| YUV | 200.22 | 66.93 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 92 | 0 | 0.15 | 0.61 | 0.07 | 45.21 | 0.81 | 0.65 |
| Hex | EE | CA | 5C | 0 | F | 3D | 7 | 2D | 51 | 41 |
| Octal | 356 | 312 | 134 | 0 | 17 | 75 | 7 | 55 | 121 | 101 |
| Binary | 11101110 | 11001010 | 1011100 | 0 | 1111 | 111101 | 111 | 101101 | 1010001 | 1000001 |
Color Harmonies of #EECA5C
Complementary color
Monochromatic Colors of #EECA5C
Black with #EECA5C
Text Example
Text Example
White with #EECA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA5C; }
p { color: rgb(238,202,92); }
H1.HeaderClassName
{
color: #EECA5C;
}
.AnyTagClassName
{
color: #EECA5C;
}
</style>
background-color css
<style>
a { background-color: #EECA5C; }
a { background-color: rgb(238,202,92); }
div.DivClassName
{
background-color: #EECA5C;
}
.BgClassName
{
background-color: #EECA5C;
}
</style>
border-color css
<style>
span { border-color: #EECA5C; }
span { border-color: rgb(238,202,92); }
td.TdClassName
{
border-color: #EECA5C;
}
.TagClassName
{
border-color: #EECA5C;
}
</style>