Shades of Portica #EED64D
Tints of Portica #EED64D
RGB
CMYK
RGB Variations
Color information
#EED64D (or 0xEED64D) is known color: Portica. HEX triplet: EE, D6 and 4D. RGB value is (238,214,77). Sum of RGB (Red+Green+Blue) = 238+214+77=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 77 (30.47% from 255 or 14.56% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EED64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED64D is #1129B2. Grayscale: #CECECE. Windows color (decimal): -1124787 or 5101294. OLE color: 5101294.
HSL color Cylindrical-coordinate representation of color #EED64D: hue angle of 51.06º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EED64D is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 77 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.07 |
| HSL | 51.06º | 0.83% | 0.62% | - |
| HSV(B) | 51.06º | 0.68% | 0.93% | - |
| XYZ | 60.65 | 66.81 | 16.72 | - |
| YUV | 205.56 | 55.45 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 77 | 0 | 0.10 | 0.68 | 0.07 | 51.06 | 0.83 | 0.62 |
| Hex | EE | D6 | 4D | 0 | A | 44 | 7 | 33 | 53 | 3E |
| Octal | 356 | 326 | 115 | 0 | 12 | 104 | 7 | 63 | 123 | 76 |
| Binary | 11101110 | 11010110 | 1001101 | 0 | 1010 | 1000100 | 111 | 110011 | 1010011 | 111110 |
Color Harmonies of #EED64D
Complementary color
Monochromatic Colors of #EED64D
Black with #EED64D
Text Example
Text Example
White with #EED64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED64D; }
p { color: rgb(238,214,77); }
H1.HeaderClassName
{
color: #EED64D;
}
.AnyTagClassName
{
color: #EED64D;
}
</style>
background-color css
<style>
a { background-color: #EED64D; }
a { background-color: rgb(238,214,77); }
div.DivClassName
{
background-color: #EED64D;
}
.BgClassName
{
background-color: #EED64D;
}
</style>
border-color css
<style>
span { border-color: #EED64D; }
span { border-color: rgb(238,214,77); }
td.TdClassName
{
border-color: #EED64D;
}
.TagClassName
{
border-color: #EED64D;
}
</style>