Shades of Portica #EED05A
Tints of Portica #EED05A
RGB
CMYK
RGB Variations
Color information
#EED05A (or 0xEED05A) is known color: Portica. HEX triplet: EE, D0 and 5A. RGB value is (238,208,90). Sum of RGB (Red+Green+Blue) = 238+208+90=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 90 (35.55% from 255 or 16.79% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EED05A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED05A is #112FA5. Grayscale: #CCCCCC. Windows color (decimal): -1126310 or 5951726. OLE color: 5951726.
HSL color Cylindrical-coordinate representation of color #EED05A: hue angle of 47.84º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EED05A is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 90 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.07 |
| HSL | 47.84º | 0.81% | 0.64% | - |
| HSV(B) | 47.84º | 0.62% | 0.93% | - |
| XYZ | 59.66 | 64.03 | 18.89 | - |
| YUV | 203.52 | 63.94 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 90 | 0 | 0.13 | 0.62 | 0.07 | 47.84 | 0.81 | 0.64 |
| Hex | EE | D0 | 5A | 0 | D | 3E | 7 | 30 | 51 | 40 |
| Octal | 356 | 320 | 132 | 0 | 15 | 76 | 7 | 60 | 121 | 100 |
| Binary | 11101110 | 11010000 | 1011010 | 0 | 1101 | 111110 | 111 | 110000 | 1010001 | 1000000 |
Color Harmonies of #EED05A
Complementary color
Monochromatic Colors of #EED05A
Black with #EED05A
Text Example
Text Example
White with #EED05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED05A; }
p { color: rgb(238,208,90); }
H1.HeaderClassName
{
color: #EED05A;
}
.AnyTagClassName
{
color: #EED05A;
}
</style>
background-color css
<style>
a { background-color: #EED05A; }
a { background-color: rgb(238,208,90); }
div.DivClassName
{
background-color: #EED05A;
}
.BgClassName
{
background-color: #EED05A;
}
</style>
border-color css
<style>
span { border-color: #EED05A; }
span { border-color: rgb(238,208,90); }
td.TdClassName
{
border-color: #EED05A;
}
.TagClassName
{
border-color: #EED05A;
}
</style>