Shades of Portica #EED65A
Tints of Portica #EED65A
RGB
CMYK
RGB Variations
Color information
#EED65A (or 0xEED65A) is known color: Portica. HEX triplet: EE, D6 and 5A. RGB value is (238,214,90). Sum of RGB (Red+Green+Blue) = 238+214+90=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 90 (35.55% from 255 or 16.61% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EED65A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED65A is #1129A5. Grayscale: #CFCFCF. Windows color (decimal): -1124774 or 5953262. OLE color: 5953262.
HSL color Cylindrical-coordinate representation of color #EED65A: hue angle of 50.27º 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 #EED65A is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 90 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.07 |
| HSL | 50.27º | 0.81% | 0.64% | - |
| HSV(B) | 50.27º | 0.62% | 0.93% | - |
| XYZ | 61.15 | 67.01 | 19.38 | - |
| YUV | 207.04 | 61.95 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 90 | 0 | 0.10 | 0.62 | 0.07 | 50.27 | 0.81 | 0.64 |
| Hex | EE | D6 | 5A | 0 | A | 3E | 7 | 32 | 51 | 40 |
| Octal | 356 | 326 | 132 | 0 | 12 | 76 | 7 | 62 | 121 | 100 |
| Binary | 11101110 | 11010110 | 1011010 | 0 | 1010 | 111110 | 111 | 110010 | 1010001 | 1000000 |
Color Harmonies of #EED65A
Complementary color
Monochromatic Colors of #EED65A
Black with #EED65A
Text Example
Text Example
White with #EED65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED65A; }
p { color: rgb(238,214,90); }
H1.HeaderClassName
{
color: #EED65A;
}
.AnyTagClassName
{
color: #EED65A;
}
</style>
background-color css
<style>
a { background-color: #EED65A; }
a { background-color: rgb(238,214,90); }
div.DivClassName
{
background-color: #EED65A;
}
.BgClassName
{
background-color: #EED65A;
}
</style>
border-color css
<style>
span { border-color: #EED65A; }
span { border-color: rgb(238,214,90); }
td.TdClassName
{
border-color: #EED65A;
}
.TagClassName
{
border-color: #EED65A;
}
</style>