Shades of Portica #EED05D
Tints of Portica #EED05D
RGB
CMYK
RGB Variations
Color information
#EED05D (or 0xEED05D) is known color: Portica. HEX triplet: EE, D0 and 5D. RGB value is (238,208,93). Sum of RGB (Red+Green+Blue) = 238+208+93=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 93 (36.72% from 255 or 17.25% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EED05D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED05D is #112FA2. Grayscale: #CCCCCC. Windows color (decimal): -1126307 or 6148334. OLE color: 6148334.
HSL color Cylindrical-coordinate representation of color #EED05D: hue angle of 47.59º 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 #EED05D is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 93 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.07 |
| HSL | 47.59º | 0.81% | 0.65% | - |
| HSV(B) | 47.59º | 0.61% | 0.93% | - |
| XYZ | 59.79 | 64.08 | 19.57 | - |
| YUV | 203.86 | 65.44 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 93 | 0 | 0.13 | 0.61 | 0.07 | 47.59 | 0.81 | 0.65 |
| Hex | EE | D0 | 5D | 0 | D | 3D | 7 | 30 | 51 | 41 |
| Octal | 356 | 320 | 135 | 0 | 15 | 75 | 7 | 60 | 121 | 101 |
| Binary | 11101110 | 11010000 | 1011101 | 0 | 1101 | 111101 | 111 | 110000 | 1010001 | 1000001 |
Color Harmonies of #EED05D
Complementary color
Monochromatic Colors of #EED05D
Black with #EED05D
Text Example
Text Example
White with #EED05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED05D; }
p { color: rgb(238,208,93); }
H1.HeaderClassName
{
color: #EED05D;
}
.AnyTagClassName
{
color: #EED05D;
}
</style>
background-color css
<style>
a { background-color: #EED05D; }
a { background-color: rgb(238,208,93); }
div.DivClassName
{
background-color: #EED05D;
}
.BgClassName
{
background-color: #EED05D;
}
</style>
border-color css
<style>
span { border-color: #EED05D; }
span { border-color: rgb(238,208,93); }
td.TdClassName
{
border-color: #EED05D;
}
.TagClassName
{
border-color: #EED05D;
}
</style>