Shades of Portica #EED761
Tints of Portica #EED761
RGB
CMYK
RGB Variations
Color information
#EED761 (or 0xEED761) is known color: Portica. HEX triplet: EE, D7 and 61. RGB value is (238,215,97). Sum of RGB (Red+Green+Blue) = 238+215+97=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 97 (38.28% from 255 or 17.64% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EED761 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED761 is #11289E. Grayscale: #D0D0D0. Windows color (decimal): -1124511 or 6412270. OLE color: 6412270.
HSL color Cylindrical-coordinate representation of color #EED761: hue angle of 50.21º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EED761 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 97 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.07 |
| HSL | 50.21º | 0.81% | 0.66% | - |
| HSV(B) | 50.21º | 0.59% | 0.93% | - |
| XYZ | 61.72 | 67.64 | 21.11 | - |
| YUV | 208.43 | 65.12 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 97 | 0 | 0.10 | 0.59 | 0.07 | 50.21 | 0.81 | 0.66 |
| Hex | EE | D7 | 61 | 0 | A | 3B | 7 | 32 | 51 | 42 |
| Octal | 356 | 327 | 141 | 0 | 12 | 73 | 7 | 62 | 121 | 102 |
| Binary | 11101110 | 11010111 | 1100001 | 0 | 1010 | 111011 | 111 | 110010 | 1010001 | 1000010 |
Color Harmonies of #EED761
Complementary color
Monochromatic Colors of #EED761
Black with #EED761
Text Example
Text Example
White with #EED761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED761; }
p { color: rgb(238,215,97); }
H1.HeaderClassName
{
color: #EED761;
}
.AnyTagClassName
{
color: #EED761;
}
</style>
background-color css
<style>
a { background-color: #EED761; }
a { background-color: rgb(238,215,97); }
div.DivClassName
{
background-color: #EED761;
}
.BgClassName
{
background-color: #EED761;
}
</style>
border-color css
<style>
span { border-color: #EED761; }
span { border-color: rgb(238,215,97); }
td.TdClassName
{
border-color: #EED761;
}
.TagClassName
{
border-color: #EED761;
}
</style>