#EBDEAE

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

Shades of Sidecar #EBDEAE

Tints of Sidecar #EBDEAE

Color information

#EBDEAE (or 0xEBDEAE) is unknown color: approx Sidecar. HEX triplet: EB, DE and AE. RGB value is (235,222,174). Sum of RGB (Red+Green+Blue) = 235+222+174=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 174 (68.36% from 255 or 27.58% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDEAE is #142151. Grayscale: #DCDCDC. Windows color (decimal): -1319250 or 11460331. OLE color: 11460331.

HSL color Cylindrical-coordinate representation of color #EBDEAE: hue angle of 47.21º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBDEAE is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235222174-
CMYK00.060.260.08
HSL47.21º60.4%80.2%-
HSV(B)47.21º25.96%92.16%-
XYZ68.0272.9650.54-
YUV220.42101.81138.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.24%
GREEN value IS 222 (87.11% from 255) = 35.18%
BLUE value IS 174 (68.36% from 255) = 27.58%
R=37.24%
G=35.18%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522217400.060.260.0847.2160.480.2
HexEBDEAE061A82f3c50
Octal3533362560632105774120
Binary11101011110111101010111001101101010001011111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDEAE; }

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

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

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

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

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

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

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

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