Shades of Buff #EED582
Tints of Buff #EED582
RGB
CMYK
RGB Variations
Color information
#EED582 (or 0xEED582) is known color: Buff. HEX triplet: EE, D5 and 82. RGB value is (238,213,130). Sum of RGB (Red+Green+Blue) = 238+213+130=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 130 (51.17% from 255 or 22.38% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EED582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED582 is #112A7D. Grayscale: #D3D3D3. Windows color (decimal): -1124990 or 8574446. OLE color: 8574446.
HSL color Cylindrical-coordinate representation of color #EED582: hue angle of 46.11º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EED582 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 130 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.07 |
| HSL | 46.11º | 0.76% | 0.72% | - |
| HSV(B) | 46.11º | 0.45% | 0.93% | - |
| XYZ | 63.08 | 67.38 | 30.8 | - |
| YUV | 211.01 | 82.28 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 130 | 0 | 0.11 | 0.45 | 0.07 | 46.11 | 0.76 | 0.72 |
| Hex | EE | D5 | 82 | 0 | B | 2D | 7 | 2E | 4C | 48 |
| Octal | 356 | 325 | 202 | 0 | 13 | 55 | 7 | 56 | 114 | 110 |
| Binary | 11101110 | 11010101 | 10000010 | 0 | 1011 | 101101 | 111 | 101110 | 1001100 | 1001000 |
Color Harmonies of #EED582
Complementary color
Monochromatic Colors of #EED582
Black with #EED582
Text Example
Text Example
White with #EED582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED582; }
p { color: rgb(238,213,130); }
H1.HeaderClassName
{
color: #EED582;
}
.AnyTagClassName
{
color: #EED582;
}
</style>
background-color css
<style>
a { background-color: #EED582; }
a { background-color: rgb(238,213,130); }
div.DivClassName
{
background-color: #EED582;
}
.BgClassName
{
background-color: #EED582;
}
</style>
border-color css
<style>
span { border-color: #EED582; }
span { border-color: rgb(238,213,130); }
td.TdClassName
{
border-color: #EED582;
}
.TagClassName
{
border-color: #EED582;
}
</style>