#EEDEAE

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

Shades of Sidecar #EEDEAE

Tints of Sidecar #EEDEAE

Color information

#EEDEAE (or 0xEEDEAE) is unknown color: approx Sidecar. HEX triplet: EE, DE and AE. RGB value is (238,222,174). Sum of RGB (Red+Green+Blue) = 238+222+174=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 174 (68.36% from 255 or 27.44% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDEAE is #112151. Grayscale: #DDDDDD. Windows color (decimal): -1122642 or 11460334. OLE color: 11460334.

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

Color convert

RGB238222174-
CMYK00.070.270.07
HSL45º65.31%80.78%-
HSV(B)45º26.89%93.33%-
XYZ69.0273.4850.59-
YUV221.31101.3139.9-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.54%
GREEN value IS 222 (87.11% from 255) = 35.02%
BLUE value IS 174 (68.36% from 255) = 27.44%
R=37.54%
G=35.02%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822217400.070.270.074565.3180.78
HexEEDEAE071B72d4151
Octal3563362560733755101121
Binary11101110110111101010111001111101111110110110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEAE; }

 p { color: rgb(238,222,174); }

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

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

 a { background-color: rgb(238,222,174); }

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

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

 span { border-color: rgb(238,222,174); }

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