#EEDCAD

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

Shades of Sidecar #EEDCAD

Tints of Sidecar #EEDCAD

Color information

#EEDCAD (or 0xEEDCAD) is unknown color: approx Sidecar. HEX triplet: EE, DC and AD. RGB value is (238,220,173). Sum of RGB (Red+Green+Blue) = 238+220+173=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDCAD is #112352. Grayscale: #DCDCDC. Windows color (decimal): -1123155 or 11394286. OLE color: 11394286.

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

Color convert

RGB238220173-
CMYK00.080.270.07
HSL43.38º65.66%80.59%-
HSV(B)43.38º27.31%93.33%-
XYZ68.472.3849.9-
YUV220.02101.46140.82-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.72%
GREEN value IS 220 (86.33% from 255) = 34.87%
BLUE value IS 173 (67.97% from 255) = 27.42%
R=37.72%
G=34.87%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822017300.080.270.0743.3865.6680.59
HexEEDCAD081B72b4251
Octal35633425501033753102121
Binary111011101101110010101101010001101111110101110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCAD; }

 p { color: rgb(238,220,173); }

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

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

 a { background-color: rgb(238,220,173); }

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

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

 span { border-color: rgb(238,220,173); }

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