#EEDFB1

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

Shades of Sidecar #EEDFB1

Tints of Sidecar #EEDFB1

Color information

#EEDFB1 (or 0xEEDFB1) is unknown color: approx Sidecar. HEX triplet: EE, DF and B1. RGB value is (238,223,177). Sum of RGB (Red+Green+Blue) = 238+223+177=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 177 (69.53% from 255 or 27.74% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDFB1 is #11204E. Grayscale: #DEDEDE. Windows color (decimal): -1122383 or 11657198. OLE color: 11657198.

HSL color Cylindrical-coordinate representation of color #EEDFB1: hue angle of 45.25º degrees, saturation: 0.64, 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 #EEDFB1 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB238223177-
CMYK00.060.260.07
HSL45.25º64.21%81.37%-
HSV(B)45.25º25.63%93.33%-
XYZ69.5874.1352.24-
YUV222.24102.47139.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.30%
GREEN value IS 223 (87.5% from 255) = 34.95%
BLUE value IS 177 (69.53% from 255) = 27.74%
R=37.30%
G=34.95%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822317700.060.260.0745.2564.2181.37
HexEEDFB1061A72d4051
Octal3563372610632755100121
Binary11101110110111111011000101101101011110110110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFB1; }

 p { color: rgb(238,223,177); }

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

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

 a { background-color: rgb(238,223,177); }

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

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

 span { border-color: rgb(238,223,177); }

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