Shades of Portica #EED65B
Tints of Portica #EED65B
RGB
CMYK
RGB Variations
Color information
#EED65B (or 0xEED65B) is known color: Portica. HEX triplet: EE, D6 and 5B. RGB value is (238,214,91). Sum of RGB (Red+Green+Blue) = 238+214+91=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 91 (35.94% from 255 or 16.76% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EED65B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED65B is #1129A4. Grayscale: #CFCFCF. Windows color (decimal): -1124773 or 6018798. OLE color: 6018798.
HSL color Cylindrical-coordinate representation of color #EED65B: hue angle of 50.2º 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 #EED65B is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 91 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.07 |
| HSL | 50.2º | 0.81% | 0.65% | - |
| HSV(B) | 50.2º | 0.62% | 0.93% | - |
| XYZ | 61.19 | 67.03 | 19.61 | - |
| YUV | 207.15 | 62.45 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 91 | 0 | 0.10 | 0.62 | 0.07 | 50.2 | 0.81 | 0.65 |
| Hex | EE | D6 | 5B | 0 | A | 3E | 7 | 32 | 51 | 41 |
| Octal | 356 | 326 | 133 | 0 | 12 | 76 | 7 | 62 | 121 | 101 |
| Binary | 11101110 | 11010110 | 1011011 | 0 | 1010 | 111110 | 111 | 110010 | 1010001 | 1000001 |
Color Harmonies of #EED65B
Complementary color
Monochromatic Colors of #EED65B
Black with #EED65B
Text Example
Text Example
White with #EED65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED65B; }
p { color: rgb(238,214,91); }
H1.HeaderClassName
{
color: #EED65B;
}
.AnyTagClassName
{
color: #EED65B;
}
</style>
background-color css
<style>
a { background-color: #EED65B; }
a { background-color: rgb(238,214,91); }
div.DivClassName
{
background-color: #EED65B;
}
.BgClassName
{
background-color: #EED65B;
}
</style>
border-color css
<style>
span { border-color: #EED65B; }
span { border-color: rgb(238,214,91); }
td.TdClassName
{
border-color: #EED65B;
}
.TagClassName
{
border-color: #EED65B;
}
</style>