Shades of Portica #EED75B
Tints of Portica #EED75B
RGB
CMYK
RGB Variations
Color information
#EED75B (or 0xEED75B) is known color: Portica. HEX triplet: EE, D7 and 5B. RGB value is (238,215,91). Sum of RGB (Red+Green+Blue) = 238+215+91=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 91 (35.94% from 255 or 16.73% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EED75B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED75B is #1128A4. Grayscale: #D0D0D0. Windows color (decimal): -1124517 or 6019054. OLE color: 6019054.
HSL color Cylindrical-coordinate representation of color #EED75B: hue angle of 50.61º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EED75B is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 91 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.07 |
| HSL | 50.61º | 0.81% | 0.65% | - |
| HSV(B) | 50.61º | 0.62% | 0.93% | - |
| XYZ | 61.45 | 67.53 | 19.69 | - |
| YUV | 207.74 | 62.12 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 91 | 0 | 0.10 | 0.62 | 0.07 | 50.61 | 0.81 | 0.65 |
| Hex | EE | D7 | 5B | 0 | A | 3E | 7 | 33 | 51 | 41 |
| Octal | 356 | 327 | 133 | 0 | 12 | 76 | 7 | 63 | 121 | 101 |
| Binary | 11101110 | 11010111 | 1011011 | 0 | 1010 | 111110 | 111 | 110011 | 1010001 | 1000001 |
Color Harmonies of #EED75B
Complementary color
Monochromatic Colors of #EED75B
Black with #EED75B
Text Example
Text Example
White with #EED75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED75B; }
p { color: rgb(238,215,91); }
H1.HeaderClassName
{
color: #EED75B;
}
.AnyTagClassName
{
color: #EED75B;
}
</style>
background-color css
<style>
a { background-color: #EED75B; }
a { background-color: rgb(238,215,91); }
div.DivClassName
{
background-color: #EED75B;
}
.BgClassName
{
background-color: #EED75B;
}
</style>
border-color css
<style>
span { border-color: #EED75B; }
span { border-color: rgb(238,215,91); }
td.TdClassName
{
border-color: #EED75B;
}
.TagClassName
{
border-color: #EED75B;
}
</style>