Shades of Portica #EED84E
Tints of Portica #EED84E
RGB
CMYK
RGB Variations
Color information
#EED84E (or 0xEED84E) is known color: Portica. HEX triplet: EE, D8 and 4E. RGB value is (238,216,78). Sum of RGB (Red+Green+Blue) = 238+216+78=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 78 (30.86% from 255 or 14.66% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EED84E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED84E is #1127B1. Grayscale: #CFCFCF. Windows color (decimal): -1124274 or 5167342. OLE color: 5167342.
HSL color Cylindrical-coordinate representation of color #EED84E: hue angle of 51.75º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EED84E is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 78 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.07 |
| HSL | 51.75º | 0.82% | 0.62% | - |
| HSV(B) | 51.75º | 0.67% | 0.93% | - |
| XYZ | 61.19 | 67.84 | 17.08 | - |
| YUV | 206.85 | 55.29 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 78 | 0 | 0.09 | 0.67 | 0.07 | 51.75 | 0.82 | 0.62 |
| Hex | EE | D8 | 4E | 0 | 9 | 43 | 7 | 34 | 52 | 3E |
| Octal | 356 | 330 | 116 | 0 | 11 | 103 | 7 | 64 | 122 | 76 |
| Binary | 11101110 | 11011000 | 1001110 | 0 | 1001 | 1000011 | 111 | 110100 | 1010010 | 111110 |
Color Harmonies of #EED84E
Complementary color
Monochromatic Colors of #EED84E
Black with #EED84E
Text Example
Text Example
White with #EED84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED84E; }
p { color: rgb(238,216,78); }
H1.HeaderClassName
{
color: #EED84E;
}
.AnyTagClassName
{
color: #EED84E;
}
</style>
background-color css
<style>
a { background-color: #EED84E; }
a { background-color: rgb(238,216,78); }
div.DivClassName
{
background-color: #EED84E;
}
.BgClassName
{
background-color: #EED84E;
}
</style>
border-color css
<style>
span { border-color: #EED84E; }
span { border-color: rgb(238,216,78); }
td.TdClassName
{
border-color: #EED84E;
}
.TagClassName
{
border-color: #EED84E;
}
</style>