#EEDBAA

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

Shades of Sidecar #EEDBAA

Tints of Sidecar #EEDBAA

Color information

#EEDBAA (or 0xEEDBAA) is unknown color: approx Sidecar. HEX triplet: EE, DB and AA. RGB value is (238,219,170). Sum of RGB (Red+Green+Blue) = 238+219+170=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 170 (66.80% from 255 or 27.11% from 627); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDBAA is #112455. Grayscale: #DBDBDB. Windows color (decimal): -1123414 or 11197422. OLE color: 11197422.

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

Color convert

RGB238219170-
CMYK00.080.290.07
HSL43.24º66.67%80%-
HSV(B)43.24º28.57%93.33%-
XYZ67.8571.7448.3-
YUV219.09100.29141.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.96%
GREEN value IS 219 (85.94% from 255) = 34.93%
BLUE value IS 170 (66.80% from 255) = 27.11%
R=37.96%
G=34.93%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821917000.080.290.0743.2466.6780
HexEEDBAA081D72b4350
Octal35633325201035753103120
Binary111011101101101110101010010001110111110101110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBAA; }

 p { color: rgb(238,219,170); }

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

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

 a { background-color: rgb(238,219,170); }

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

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

 span { border-color: rgb(238,219,170); }

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