Shades of Portica #EED74E
Tints of Portica #EED74E
RGB
CMYK
RGB Variations
Color information
#EED74E (or 0xEED74E) is known color: Portica. HEX triplet: EE, D7 and 4E. RGB value is (238,215,78). Sum of RGB (Red+Green+Blue) = 238+215+78=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 78 (30.86% from 255 or 14.69% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EED74E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED74E is #1128B1. Grayscale: #CECECE. Windows color (decimal): -1124530 or 5167086. OLE color: 5167086.
HSL color Cylindrical-coordinate representation of color #EED74E: hue angle of 51.38º 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 #EED74E is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 78 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.07 |
| HSL | 51.38º | 0.82% | 0.62% | - |
| HSV(B) | 51.38º | 0.67% | 0.93% | - |
| XYZ | 60.94 | 67.33 | 16.99 | - |
| YUV | 206.26 | 55.62 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 78 | 0 | 0.10 | 0.67 | 0.07 | 51.38 | 0.82 | 0.62 |
| Hex | EE | D7 | 4E | 0 | A | 43 | 7 | 33 | 52 | 3E |
| Octal | 356 | 327 | 116 | 0 | 12 | 103 | 7 | 63 | 122 | 76 |
| Binary | 11101110 | 11010111 | 1001110 | 0 | 1010 | 1000011 | 111 | 110011 | 1010010 | 111110 |
Color Harmonies of #EED74E
Complementary color
Monochromatic Colors of #EED74E
Black with #EED74E
Text Example
Text Example
White with #EED74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED74E; }
p { color: rgb(238,215,78); }
H1.HeaderClassName
{
color: #EED74E;
}
.AnyTagClassName
{
color: #EED74E;
}
</style>
background-color css
<style>
a { background-color: #EED74E; }
a { background-color: rgb(238,215,78); }
div.DivClassName
{
background-color: #EED74E;
}
.BgClassName
{
background-color: #EED74E;
}
</style>
border-color css
<style>
span { border-color: #EED74E; }
span { border-color: rgb(238,215,78); }
td.TdClassName
{
border-color: #EED74E;
}
.TagClassName
{
border-color: #EED74E;
}
</style>