#EEDDAC

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

Shades of Sidecar #EEDDAC

Tints of Sidecar #EEDDAC

Color information

#EEDDAC (or 0xEEDDAC) is unknown color: approx Sidecar. HEX triplet: EE, DD and AC. RGB value is (238,221,172). Sum of RGB (Red+Green+Blue) = 238+221+172=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDDAC is #112253. Grayscale: #DCDCDC. Windows color (decimal): -1122900 or 11329006. OLE color: 11329006.

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

Color convert

RGB238221172-
CMYK00.070.280.07
HSL44.55º66%80.39%-
HSV(B)44.55º27.73%93.33%-
XYZ68.5672.8749.48-
YUV220.5100.63140.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.72%
GREEN value IS 221 (86.72% from 255) = 35.02%
BLUE value IS 172 (67.58% from 255) = 27.26%
R=37.72%
G=35.02%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822117200.070.280.0744.556680.39
HexEEDDAC071C72d4250
Octal3563352540734755102120
Binary11101110110111011010110001111110011110110110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDDAC; }

 p { color: rgb(238,221,172); }

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

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

 a { background-color: rgb(238,221,172); }

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

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

 span { border-color: rgb(238,221,172); }

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