Shades of Portica #EAD45D
Tints of Portica #EAD45D
RGB
CMYK
RGB Variations
Color information
#EAD45D (or 0xEAD45D) is known color: Portica. HEX triplet: EA, D4 and 5D. RGB value is (234,212,93). Sum of RGB (Red+Green+Blue) = 234+212+93=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 93 (36.72% from 255 or 17.25% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD45D is #152BA2. Grayscale: #CDCDCD. Windows color (decimal): -1387427 or 6149354. OLE color: 6149354.
HSL color Cylindrical-coordinate representation of color #EAD45D: hue angle of 50.64º 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 #EAD45D is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 212 | 93 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.08 |
| HSL | 50.64º | 0.77% | 0.64% | - |
| HSV(B) | 50.64º | 0.6% | 0.92% | - |
| XYZ | 59.45 | 65.37 | 19.84 | - |
| YUV | 205.01 | 64.79 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 212 | 93 | 0 | 0.09 | 0.60 | 0.08 | 50.64 | 0.77 | 0.64 |
| Hex | EA | D4 | 5D | 0 | 9 | 3C | 8 | 33 | 4D | 40 |
| Octal | 352 | 324 | 135 | 0 | 11 | 74 | 10 | 63 | 115 | 100 |
| Binary | 11101010 | 11010100 | 1011101 | 0 | 1001 | 111100 | 1000 | 110011 | 1001101 | 1000000 |
Color Harmonies of #EAD45D
Complementary color
Monochromatic Colors of #EAD45D
Black with #EAD45D
Text Example
Text Example
White with #EAD45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD45D; }
p { color: rgb(234,212,93); }
H1.HeaderClassName
{
color: #EAD45D;
}
.AnyTagClassName
{
color: #EAD45D;
}
</style>
background-color css
<style>
a { background-color: #EAD45D; }
a { background-color: rgb(234,212,93); }
div.DivClassName
{
background-color: #EAD45D;
}
.BgClassName
{
background-color: #EAD45D;
}
</style>
border-color css
<style>
span { border-color: #EAD45D; }
span { border-color: rgb(234,212,93); }
td.TdClassName
{
border-color: #EAD45D;
}
.TagClassName
{
border-color: #EAD45D;
}
</style>