#EEDBA7

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

Shades of Sidecar #EEDBA7

Tints of Sidecar #EEDBA7

Color information

#EEDBA7 (or 0xEEDBA7) is unknown color: approx Sidecar. HEX triplet: EE, DB and A7. RGB value is (238,219,167). Sum of RGB (Red+Green+Blue) = 238+219+167=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 167 (65.62% from 255 or 26.76% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDBA7 is #112458. Grayscale: #DADADA. Windows color (decimal): -1123417 or 11000814. OLE color: 11000814.

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

Color convert

RGB238219167-
CMYK00.080.300.07
HSL43.94º67.62%79.41%-
HSV(B)43.94º29.83%93.33%-
XYZ67.5771.6346.82-
YUV218.7598.79141.73-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.14%
GREEN value IS 219 (85.94% from 255) = 35.10%
BLUE value IS 167 (65.62% from 255) = 26.76%
R=38.14%
G=35.10%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821916700.080.300.0743.9467.6279.41
HexEEDBA7081E72c444f
Octal35633324701036754104117
Binary111011101101101110100111010001111011110110010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBA7; }

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

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

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

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

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

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

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

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