Shades of Portica #EDDD5D
Tints of Portica #EDDD5D
RGB
CMYK
RGB Variations
Color information
#EDDD5D (or 0xEDDD5D) is known color: Portica. HEX triplet: ED, DD and 5D. RGB value is (237,221,93). Sum of RGB (Red+Green+Blue) = 237+221+93=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 93 (36.72% from 255 or 16.88% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD5D is #1222A2. Grayscale: #D3D3D3. Windows color (decimal): -1188515 or 6151661. OLE color: 6151661.
HSL color Cylindrical-coordinate representation of color #EDDD5D: hue angle of 53.33º degrees, saturation: 0.8, 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 #EDDD5D is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 93 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.07 |
| HSL | 53.33º | 0.8% | 0.65% | - |
| HSV(B) | 53.33º | 0.61% | 0.93% | - |
| XYZ | 62.76 | 70.51 | 20.66 | - |
| YUV | 211.19 | 61.3 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 93 | 0 | 0.07 | 0.61 | 0.07 | 53.33 | 0.8 | 0.65 |
| Hex | ED | DD | 5D | 0 | 7 | 3D | 7 | 35 | 50 | 41 |
| Octal | 355 | 335 | 135 | 0 | 7 | 75 | 7 | 65 | 120 | 101 |
| Binary | 11101101 | 11011101 | 1011101 | 0 | 111 | 111101 | 111 | 110101 | 1010000 | 1000001 |
Color Harmonies of #EDDD5D
Complementary color
Monochromatic Colors of #EDDD5D
Black with #EDDD5D
Text Example
Text Example
White with #EDDD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD5D; }
p { color: rgb(237,221,93); }
H1.HeaderClassName
{
color: #EDDD5D;
}
.AnyTagClassName
{
color: #EDDD5D;
}
</style>
background-color css
<style>
a { background-color: #EDDD5D; }
a { background-color: rgb(237,221,93); }
div.DivClassName
{
background-color: #EDDD5D;
}
.BgClassName
{
background-color: #EDDD5D;
}
</style>
border-color css
<style>
span { border-color: #EDDD5D; }
span { border-color: rgb(237,221,93); }
td.TdClassName
{
border-color: #EDDD5D;
}
.TagClassName
{
border-color: #EDDD5D;
}
</style>