Shades of Portica #EED05C
Tints of Portica #EED05C
RGB
CMYK
RGB Variations
Color information
#EED05C (or 0xEED05C) is known color: Portica. HEX triplet: EE, D0 and 5C. RGB value is (238,208,92). Sum of RGB (Red+Green+Blue) = 238+208+92=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 92 (36.33% from 255 or 17.10% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EED05C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED05C is #112FA3. Grayscale: #CCCCCC. Windows color (decimal): -1126308 or 6082798. OLE color: 6082798.
HSL color Cylindrical-coordinate representation of color #EED05C: hue angle of 47.67º 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 #EED05C is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 92 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.07 |
| HSL | 47.67º | 0.81% | 0.65% | - |
| HSV(B) | 47.67º | 0.61% | 0.93% | - |
| XYZ | 59.75 | 64.06 | 19.34 | - |
| YUV | 203.75 | 64.94 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 92 | 0 | 0.13 | 0.61 | 0.07 | 47.67 | 0.81 | 0.65 |
| Hex | EE | D0 | 5C | 0 | D | 3D | 7 | 30 | 51 | 41 |
| Octal | 356 | 320 | 134 | 0 | 15 | 75 | 7 | 60 | 121 | 101 |
| Binary | 11101110 | 11010000 | 1011100 | 0 | 1101 | 111101 | 111 | 110000 | 1010001 | 1000001 |
Color Harmonies of #EED05C
Complementary color
Monochromatic Colors of #EED05C
Black with #EED05C
Text Example
Text Example
White with #EED05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED05C; }
p { color: rgb(238,208,92); }
H1.HeaderClassName
{
color: #EED05C;
}
.AnyTagClassName
{
color: #EED05C;
}
</style>
background-color css
<style>
a { background-color: #EED05C; }
a { background-color: rgb(238,208,92); }
div.DivClassName
{
background-color: #EED05C;
}
.BgClassName
{
background-color: #EED05C;
}
</style>
border-color css
<style>
span { border-color: #EED05C; }
span { border-color: rgb(238,208,92); }
td.TdClassName
{
border-color: #EED05C;
}
.TagClassName
{
border-color: #EED05C;
}
</style>