#EDDDB0

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

Shades of Sidecar #EDDDB0

Tints of Sidecar #EDDDB0

Color information

#EDDDB0 (or 0xEDDDB0) is unknown color: approx Sidecar. HEX triplet: ED, DD and B0. RGB value is (237,221,176). Sum of RGB (Red+Green+Blue) = 237+221+176=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 176 (69.14% from 255 or 27.76% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDDB0 is #12224F. Grayscale: #DCDCDC. Windows color (decimal): -1188432 or 11591149. OLE color: 11591149.

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

Color convert

RGB237221176-
CMYK00.070.260.07
HSL44.26º62.89%80.98%-
HSV(B)44.26º25.74%92.94%-
XYZ68.6272.8551.52-
YUV220.65102.8139.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.38%
GREEN value IS 221 (86.72% from 255) = 34.86%
BLUE value IS 176 (69.14% from 255) = 27.76%
R=37.38%
G=34.86%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722117600.070.260.0744.2662.8980.98
HexEDDDB0071A72c3f51
Octal355335260073275477121
Binary1110110111011101101100000111110101111011001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDB0; }

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

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

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

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

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

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

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

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