#EEDDA3

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

Shades of Sidecar #EEDDA3

Tints of Sidecar #EEDDA3

Color information

#EEDDA3 (or 0xEEDDA3) is unknown color: approx Sidecar. HEX triplet: EE, DD and A3. RGB value is (238,221,163). Sum of RGB (Red+Green+Blue) = 238+221+163=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 163 (64.06% from 255 or 26.21% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDDA3 is #11225C. Grayscale: #DBDBDB. Windows color (decimal): -1122909 or 10739182. OLE color: 10739182.

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

Color convert

RGB238221163-
CMYK00.070.320.07
HSL46.4º68.81%78.63%-
HSV(B)46.4º31.51%93.33%-
XYZ67.7372.5345.08-
YUV219.4796.13141.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.26%
GREEN value IS 221 (86.72% from 255) = 35.53%
BLUE value IS 163 (64.06% from 255) = 26.21%
R=38.26%
G=35.53%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822116300.070.320.0746.468.8178.63
HexEEDDA3072072e454f
Octal3563352430740756105117
Binary111011101101110110100011011110000011110111010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDDA3; }

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

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

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

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

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

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

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

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