#EDDDA8

Color #EDDDA8 Sidecar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sidecar #EDDDA8

Tints of Sidecar #EDDDA8

Color information

#EDDDA8 (or 0xEDDDA8) is unknown color: approx Sidecar. HEX triplet: ED, DD and A8. RGB value is (237,221,168). Sum of RGB (Red+Green+Blue) = 237+221+168=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 168 (66.02% from 255 or 26.84% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDDA8 is #122257. Grayscale: #DBDBDB. Windows color (decimal): -1188440 or 11066861. OLE color: 11066861.

HSL color Cylindrical-coordinate representation of color #EDDDA8: hue angle of 46.09º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDDDA8 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB237221168-
CMYK00.070.290.07
HSL46.09º65.71%79.41%-
HSV(B)46.09º29.11%92.94%-
XYZ67.8572.5447.47-
YUV219.7498.8140.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 37.86%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 168 (66.02% from 255) = 26.84%
R=37.86%
G=35.30%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722116800.070.290.0746.0965.7179.41
HexEDDDA8071D72e424f
Octal3553352500735756102117
Binary11101101110111011010100001111110111110111010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDA8; }

 p { color: rgb(237,221,168); }

 H1.HeaderClassName
 {
   color: #EDDDA8;
 }
 .AnyTagClassName
 {
   color: #EDDDA8;
 }
</style>
background-color css

<style>
 a { background-color: #EDDDA8; }

 a { background-color: rgb(237,221,168); }

 div.DivClassName
 {
   background-color: #EDDDA8;
 }
 .BgClassName
 {
   background-color: #EDDDA8;
 }
</style>
border-color css

<style>
 span { border-color: #EDDDA8; }

 span { border-color: rgb(237,221,168); }

 td.TdClassName
 {
   border-color: #EDDDA8;
 }
 .TagClassName
 {
   border-color: #EDDDA8;
 }
</style>