Shades of Portica #EED65F
Tints of Portica #EED65F
RGB
CMYK
RGB Variations
Color information
#EED65F (or 0xEED65F) is known color: Portica. HEX triplet: EE, D6 and 5F. RGB value is (238,214,95). Sum of RGB (Red+Green+Blue) = 238+214+95=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 95 (37.5% from 255 or 17.37% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EED65F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED65F is #1129A0. Grayscale: #D0D0D0. Windows color (decimal): -1124769 or 6280942. OLE color: 6280942.
HSL color Cylindrical-coordinate representation of color #EED65F: hue angle of 49.93º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EED65F is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 95 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.07 |
| HSL | 49.93º | 0.81% | 0.65% | - |
| HSV(B) | 49.93º | 0.6% | 0.93% | - |
| XYZ | 61.37 | 67.1 | 20.54 | - |
| YUV | 207.61 | 64.45 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 95 | 0 | 0.10 | 0.60 | 0.07 | 49.93 | 0.81 | 0.65 |
| Hex | EE | D6 | 5F | 0 | A | 3C | 7 | 32 | 51 | 41 |
| Octal | 356 | 326 | 137 | 0 | 12 | 74 | 7 | 62 | 121 | 101 |
| Binary | 11101110 | 11010110 | 1011111 | 0 | 1010 | 111100 | 111 | 110010 | 1010001 | 1000001 |
Color Harmonies of #EED65F
Complementary color
Monochromatic Colors of #EED65F
Black with #EED65F
Text Example
Text Example
White with #EED65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED65F; }
p { color: rgb(238,214,95); }
H1.HeaderClassName
{
color: #EED65F;
}
.AnyTagClassName
{
color: #EED65F;
}
</style>
background-color css
<style>
a { background-color: #EED65F; }
a { background-color: rgb(238,214,95); }
div.DivClassName
{
background-color: #EED65F;
}
.BgClassName
{
background-color: #EED65F;
}
</style>
border-color css
<style>
span { border-color: #EED65F; }
span { border-color: rgb(238,214,95); }
td.TdClassName
{
border-color: #EED65F;
}
.TagClassName
{
border-color: #EED65F;
}
</style>