Shades of Portica #EED14F
Tints of Portica #EED14F
RGB
CMYK
RGB Variations
Color information
#EED14F (or 0xEED14F) is known color: Portica. HEX triplet: EE, D1 and 4F. RGB value is (238,209,79). Sum of RGB (Red+Green+Blue) = 238+209+79=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 79 (31.25% from 255 or 15.02% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EED14F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED14F is #112EB0. Grayscale: #CBCBCB. Windows color (decimal): -1126065 or 5231086. OLE color: 5231086.
HSL color Cylindrical-coordinate representation of color #EED14F: hue angle of 49.06º 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 #EED14F is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 79 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.07 |
| HSL | 49.06º | 0.82% | 0.62% | - |
| HSV(B) | 49.06º | 0.67% | 0.93% | - |
| XYZ | 59.47 | 64.34 | 16.68 | - |
| YUV | 202.85 | 58.11 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 79 | 0 | 0.12 | 0.67 | 0.07 | 49.06 | 0.82 | 0.62 |
| Hex | EE | D1 | 4F | 0 | C | 43 | 7 | 31 | 52 | 3E |
| Octal | 356 | 321 | 117 | 0 | 14 | 103 | 7 | 61 | 122 | 76 |
| Binary | 11101110 | 11010001 | 1001111 | 0 | 1100 | 1000011 | 111 | 110001 | 1010010 | 111110 |
Color Harmonies of #EED14F
Complementary color
Monochromatic Colors of #EED14F
Black with #EED14F
Text Example
Text Example
White with #EED14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED14F; }
p { color: rgb(238,209,79); }
H1.HeaderClassName
{
color: #EED14F;
}
.AnyTagClassName
{
color: #EED14F;
}
</style>
background-color css
<style>
a { background-color: #EED14F; }
a { background-color: rgb(238,209,79); }
div.DivClassName
{
background-color: #EED14F;
}
.BgClassName
{
background-color: #EED14F;
}
</style>
border-color css
<style>
span { border-color: #EED14F; }
span { border-color: rgb(238,209,79); }
td.TdClassName
{
border-color: #EED14F;
}
.TagClassName
{
border-color: #EED14F;
}
</style>