Shades of Portica #EAD25D
Tints of Portica #EAD25D
RGB
CMYK
RGB Variations
Color information
#EAD25D (or 0xEAD25D) is known color: Portica. HEX triplet: EA, D2 and 5D. RGB value is (234,210,93). Sum of RGB (Red+Green+Blue) = 234+210+93=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 93 (36.72% from 255 or 17.32% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD25D is #152DA2. Grayscale: #CCCCCC. Windows color (decimal): -1387939 or 6148842. OLE color: 6148842.
HSL color Cylindrical-coordinate representation of color #EAD25D: hue angle of 49.79º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EAD25D is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 93 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.08 |
| HSL | 49.79º | 0.77% | 0.64% | - |
| HSV(B) | 49.79º | 0.6% | 0.92% | - |
| XYZ | 58.95 | 64.38 | 19.67 | - |
| YUV | 203.84 | 65.45 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 93 | 0 | 0.10 | 0.60 | 0.08 | 49.79 | 0.77 | 0.64 |
| Hex | EA | D2 | 5D | 0 | A | 3C | 8 | 32 | 4D | 40 |
| Octal | 352 | 322 | 135 | 0 | 12 | 74 | 10 | 62 | 115 | 100 |
| Binary | 11101010 | 11010010 | 1011101 | 0 | 1010 | 111100 | 1000 | 110010 | 1001101 | 1000000 |
Color Harmonies of #EAD25D
Complementary color
Monochromatic Colors of #EAD25D
Black with #EAD25D
Text Example
Text Example
White with #EAD25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD25D; }
p { color: rgb(234,210,93); }
H1.HeaderClassName
{
color: #EAD25D;
}
.AnyTagClassName
{
color: #EAD25D;
}
</style>
background-color css
<style>
a { background-color: #EAD25D; }
a { background-color: rgb(234,210,93); }
div.DivClassName
{
background-color: #EAD25D;
}
.BgClassName
{
background-color: #EAD25D;
}
</style>
border-color css
<style>
span { border-color: #EAD25D; }
span { border-color: rgb(234,210,93); }
td.TdClassName
{
border-color: #EAD25D;
}
.TagClassName
{
border-color: #EAD25D;
}
</style>