Shades of Portafino #EDE69A
Tints of Portafino #EDE69A
RGB
CMYK
RGB Variations
Color information
#EDE69A (or 0xEDE69A) is known color: Portafino. HEX triplet: ED, E6 and 9A. RGB value is (237,230,154). Sum of RGB (Red+Green+Blue) = 237+230+154=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 230 (90.23% from 255 or 37.04% from 621); Blue value is 154 (60.55% from 255 or 24.80% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE69A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE69A is #121965. Grayscale: #DFDFDF. Windows color (decimal): -1186150 or 10151661. OLE color: 10151661.
HSL color Cylindrical-coordinate representation of color #EDE69A: hue angle of 54.94º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDE69A is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 154 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.07 |
| HSL | 54.94º | 0.7% | 0.77% | - |
| HSV(B) | 54.94º | 0.35% | 0.93% | - |
| XYZ | 69.05 | 76.93 | 41.78 | - |
| YUV | 223.43 | 88.82 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 154 | 0 | 0.03 | 0.35 | 0.07 | 54.94 | 0.7 | 0.77 |
| Hex | ED | E6 | 9A | 0 | 3 | 23 | 7 | 37 | 46 | 4D |
| Octal | 355 | 346 | 232 | 0 | 3 | 43 | 7 | 67 | 106 | 115 |
| Binary | 11101101 | 11100110 | 10011010 | 0 | 11 | 100011 | 111 | 110111 | 1000110 | 1001101 |
Color Harmonies of #EDE69A
Complementary color
Monochromatic Colors of #EDE69A
Black with #EDE69A
Text Example
Text Example
White with #EDE69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE69A; }
p { color: rgb(237,230,154); }
H1.HeaderClassName
{
color: #EDE69A;
}
.AnyTagClassName
{
color: #EDE69A;
}
</style>
background-color css
<style>
a { background-color: #EDE69A; }
a { background-color: rgb(237,230,154); }
div.DivClassName
{
background-color: #EDE69A;
}
.BgClassName
{
background-color: #EDE69A;
}
</style>
border-color css
<style>
span { border-color: #EDE69A; }
span { border-color: rgb(237,230,154); }
td.TdClassName
{
border-color: #EDE69A;
}
.TagClassName
{
border-color: #EDE69A;
}
</style>