Shades of Sidecar #EDDFA2
Tints of Sidecar #EDDFA2
RGB
CMYK
RGB Variations
Color information
#EDDFA2 (or 0xEDDFA2) is known color: Sidecar. HEX triplet: ED, DF and A2. RGB value is (237,223,162). Sum of RGB (Red+Green+Blue) = 237+223+162=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 162 (63.67% from 255 or 26.05% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDFA2 is #12205D. Grayscale: #DCDCDC. Windows color (decimal): -1187934 or 10674157. OLE color: 10674157.
HSL color Cylindrical-coordinate representation of color #EDDFA2: hue angle of 48.8º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDDFA2 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 223 | 162 | - |
CMYK | 0 | 0.06 | 0.32 | 0.07 |
HSL | 48.8º | 0.68% | 0.78% | - |
HSV(B) | 48.8º | 0.32% | 0.93% | - |
XYZ | 67.83 | 73.39 | 44.77 | - |
YUV | 220.23 | 95.14 | 139.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 223 | 162 | 0 | 0.06 | 0.32 | 0.07 | 48.8 | 0.68 | 0.78 |
Hex | ED | DF | A2 | 0 | 6 | 20 | 7 | 31 | 44 | 4E |
Octal | 355 | 337 | 242 | 0 | 6 | 40 | 7 | 61 | 104 | 116 |
Binary | 11101101 | 11011111 | 10100010 | 0 | 110 | 100000 | 111 | 110001 | 1000100 | 1001110 |
Color Harmonies of #EDDFA2
Complementary color
Monochromatic Colors of #EDDFA2
Black with #EDDFA2
Text Example
Text Example
White with #EDDFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDFA2; }
p { color: rgb(237,223,162); }
H1.HeaderClassName
{
color: #EDDFA2;
}
.AnyTagClassName
{
color: #EDDFA2;
}
</style>
background-color css
<style>
a { background-color: #EDDFA2; }
a { background-color: rgb(237,223,162); }
div.DivClassName
{
background-color: #EDDFA2;
}
.BgClassName
{
background-color: #EDDFA2;
}
</style>
border-color css
<style>
span { border-color: #EDDFA2; }
span { border-color: rgb(237,223,162); }
td.TdClassName
{
border-color: #EDDFA2;
}
.TagClassName
{
border-color: #EDDFA2;
}
</style>