Shades of Portica #EED360
Tints of Portica #EED360
RGB
CMYK
RGB Variations
Color information
#EED360 (or 0xEED360) is known color: Portica. HEX triplet: EE, D3 and 60. RGB value is (238,211,96). Sum of RGB (Red+Green+Blue) = 238+211+96=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 96 (37.89% from 255 or 17.61% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EED360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED360 is #112C9F. Grayscale: #CECECE. Windows color (decimal): -1125536 or 6345710. OLE color: 6345710.
HSL color Cylindrical-coordinate representation of color #EED360: hue angle of 48.59º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EED360 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 96 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.07 |
| HSL | 48.59º | 0.81% | 0.65% | - |
| HSV(B) | 48.59º | 0.6% | 0.93% | - |
| XYZ | 60.67 | 65.61 | 20.53 | - |
| YUV | 205.96 | 65.95 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 96 | 0 | 0.11 | 0.60 | 0.07 | 48.59 | 0.81 | 0.65 |
| Hex | EE | D3 | 60 | 0 | B | 3C | 7 | 31 | 51 | 41 |
| Octal | 356 | 323 | 140 | 0 | 13 | 74 | 7 | 61 | 121 | 101 |
| Binary | 11101110 | 11010011 | 1100000 | 0 | 1011 | 111100 | 111 | 110001 | 1010001 | 1000001 |
Color Harmonies of #EED360
Complementary color
Monochromatic Colors of #EED360
Black with #EED360
Text Example
Text Example
White with #EED360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED360; }
p { color: rgb(238,211,96); }
H1.HeaderClassName
{
color: #EED360;
}
.AnyTagClassName
{
color: #EED360;
}
</style>
background-color css
<style>
a { background-color: #EED360; }
a { background-color: rgb(238,211,96); }
div.DivClassName
{
background-color: #EED360;
}
.BgClassName
{
background-color: #EED360;
}
</style>
border-color css
<style>
span { border-color: #EED360; }
span { border-color: rgb(238,211,96); }
td.TdClassName
{
border-color: #EED360;
}
.TagClassName
{
border-color: #EED360;
}
</style>