Shades of Sidecar #EDDEA4
Tints of Sidecar #EDDEA4
RGB
CMYK
RGB Variations
Color information
#EDDEA4 (or 0xEDDEA4) is known color: Sidecar. HEX triplet: ED, DE and A4. RGB value is (237,222,164). Sum of RGB (Red+Green+Blue) = 237+222+164=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 164 (64.45% from 255 or 26.32% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDEA4 is #12215B. Grayscale: #DCDCDC. Windows color (decimal): -1188188 or 10804973. OLE color: 10804973.
HSL color Cylindrical-coordinate representation of color #EDDEA4: hue angle of 47.67º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDDEA4 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 222 | 164 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.07 |
| HSL | 47.67º | 0.67% | 0.79% | - |
| HSV(B) | 47.67º | 0.31% | 0.93% | - |
| XYZ | 67.75 | 72.93 | 45.63 | - |
| YUV | 219.87 | 96.47 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 222 | 164 | 0 | 0.06 | 0.31 | 0.07 | 47.67 | 0.67 | 0.79 |
| Hex | ED | DE | A4 | 0 | 6 | 1F | 7 | 30 | 43 | 4F |
| Octal | 355 | 336 | 244 | 0 | 6 | 37 | 7 | 60 | 103 | 117 |
| Binary | 11101101 | 11011110 | 10100100 | 0 | 110 | 11111 | 111 | 110000 | 1000011 | 1001111 |
Color Harmonies of #EDDEA4
Complementary color
Monochromatic Colors of #EDDEA4
Black with #EDDEA4
Text Example
Text Example
White with #EDDEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDEA4; }
p { color: rgb(237,222,164); }
H1.HeaderClassName
{
color: #EDDEA4;
}
.AnyTagClassName
{
color: #EDDEA4;
}
</style>
background-color css
<style>
a { background-color: #EDDEA4; }
a { background-color: rgb(237,222,164); }
div.DivClassName
{
background-color: #EDDEA4;
}
.BgClassName
{
background-color: #EDDEA4;
}
</style>
border-color css
<style>
span { border-color: #EDDEA4; }
span { border-color: rgb(237,222,164); }
td.TdClassName
{
border-color: #EDDEA4;
}
.TagClassName
{
border-color: #EDDEA4;
}
</style>