#EBDCAE

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

Shades of Sidecar #EBDCAE

Tints of Sidecar #EBDCAE

Color information

#EBDCAE (or 0xEBDCAE) is unknown color: approx Sidecar. HEX triplet: EB, DC and AE. RGB value is (235,220,174). Sum of RGB (Red+Green+Blue) = 235+220+174=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 174 (68.36% from 255 or 27.66% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDCAE is #142351. Grayscale: #DBDBDB. Windows color (decimal): -1319762 or 11459819. OLE color: 11459819.

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

Color convert

RGB235220174-
CMYK00.060.260.08
HSL45.25º60.4%80.2%-
HSV(B)45.25º25.96%92.16%-
XYZ67.4971.950.37-
YUV219.24102.47139.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.36%
GREEN value IS 220 (86.33% from 255) = 34.98%
BLUE value IS 174 (68.36% from 255) = 27.66%
R=37.36%
G=34.98%
B=27.66%

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
Decimal23522017400.060.260.0845.2560.480.2
HexEBDCAE061A82d3c50
Octal3533342560632105574120
Binary11101011110111001010111001101101010001011011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCAE; }

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

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

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

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

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

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

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

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