Shades of Portica #EED75D
Tints of Portica #EED75D
RGB
CMYK
RGB Variations
Color information
#EED75D (or 0xEED75D) is known color: Portica. HEX triplet: EE, D7 and 5D. RGB value is (238,215,93). Sum of RGB (Red+Green+Blue) = 238+215+93=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 215 (84.38% from 255 or 39.38% from 546); Blue value is 93 (36.72% from 255 or 17.03% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EED75D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED75D is #1128A2. Grayscale: #D0D0D0. Windows color (decimal): -1124515 or 6150126. OLE color: 6150126.
HSL color Cylindrical-coordinate representation of color #EED75D: hue angle of 50.48º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EED75D is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 93 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.07 |
| HSL | 50.48º | 0.81% | 0.65% | - |
| HSV(B) | 50.48º | 0.61% | 0.93% | - |
| XYZ | 61.54 | 67.57 | 20.15 | - |
| YUV | 207.97 | 63.12 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 93 | 0 | 0.10 | 0.61 | 0.07 | 50.48 | 0.81 | 0.65 |
| Hex | EE | D7 | 5D | 0 | A | 3D | 7 | 32 | 51 | 41 |
| Octal | 356 | 327 | 135 | 0 | 12 | 75 | 7 | 62 | 121 | 101 |
| Binary | 11101110 | 11010111 | 1011101 | 0 | 1010 | 111101 | 111 | 110010 | 1010001 | 1000001 |
Color Harmonies of #EED75D
Complementary color
Monochromatic Colors of #EED75D
Black with #EED75D
Text Example
Text Example
White with #EED75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED75D; }
p { color: rgb(238,215,93); }
H1.HeaderClassName
{
color: #EED75D;
}
.AnyTagClassName
{
color: #EED75D;
}
</style>
background-color css
<style>
a { background-color: #EED75D; }
a { background-color: rgb(238,215,93); }
div.DivClassName
{
background-color: #EED75D;
}
.BgClassName
{
background-color: #EED75D;
}
</style>
border-color css
<style>
span { border-color: #EED75D; }
span { border-color: rgb(238,215,93); }
td.TdClassName
{
border-color: #EED75D;
}
.TagClassName
{
border-color: #EED75D;
}
</style>