Shades of Portica #EED64F
Tints of Portica #EED64F
RGB
CMYK
RGB Variations
Color information
#EED64F (or 0xEED64F) is known color: Portica. HEX triplet: EE, D6 and 4F. RGB value is (238,214,79). Sum of RGB (Red+Green+Blue) = 238+214+79=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 79 (31.25% from 255 or 14.88% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EED64F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED64F is #1129B0. Grayscale: #CECECE. Windows color (decimal): -1124785 or 5232366. OLE color: 5232366.
HSL color Cylindrical-coordinate representation of color #EED64F: hue angle of 50.94º 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 #EED64F is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 79 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.07 |
| HSL | 50.94º | 0.82% | 0.62% | - |
| HSV(B) | 50.94º | 0.67% | 0.93% | - |
| XYZ | 60.72 | 66.83 | 17.1 | - |
| YUV | 205.79 | 56.45 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 79 | 0 | 0.10 | 0.67 | 0.07 | 50.94 | 0.82 | 0.62 |
| Hex | EE | D6 | 4F | 0 | A | 43 | 7 | 33 | 52 | 3E |
| Octal | 356 | 326 | 117 | 0 | 12 | 103 | 7 | 63 | 122 | 76 |
| Binary | 11101110 | 11010110 | 1001111 | 0 | 1010 | 1000011 | 111 | 110011 | 1010010 | 111110 |
Color Harmonies of #EED64F
Complementary color
Monochromatic Colors of #EED64F
Black with #EED64F
Text Example
Text Example
White with #EED64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED64F; }
p { color: rgb(238,214,79); }
H1.HeaderClassName
{
color: #EED64F;
}
.AnyTagClassName
{
color: #EED64F;
}
</style>
background-color css
<style>
a { background-color: #EED64F; }
a { background-color: rgb(238,214,79); }
div.DivClassName
{
background-color: #EED64F;
}
.BgClassName
{
background-color: #EED64F;
}
</style>
border-color css
<style>
span { border-color: #EED64F; }
span { border-color: rgb(238,214,79); }
td.TdClassName
{
border-color: #EED64F;
}
.TagClassName
{
border-color: #EED64F;
}
</style>