#EBDDAE

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

Shades of Sidecar #EBDDAE

Tints of Sidecar #EBDDAE

Color information

#EBDDAE (or 0xEBDDAE) is unknown color: approx Sidecar. HEX triplet: EB, DD and AE. RGB value is (235,221,174). Sum of RGB (Red+Green+Blue) = 235+221+174=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 174 (68.36% from 255 or 27.62% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDDAE is #142251. Grayscale: #DCDCDC. Windows color (decimal): -1319506 or 11460075. OLE color: 11460075.

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

Color convert

RGB235221174-
CMYK00.060.260.08
HSL46.23º60.4%80.2%-
HSV(B)46.23º25.96%92.16%-
XYZ67.7672.4350.45-
YUV219.83102.14138.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.30%
GREEN value IS 221 (86.72% from 255) = 35.08%
BLUE value IS 174 (68.36% from 255) = 27.62%
R=37.30%
G=35.08%
B=27.62%

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
Decimal23522117400.060.260.0846.2360.480.2
HexEBDDAE061A82e3c50
Octal3533352560632105674120
Binary11101011110111011010111001101101010001011101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDAE; }

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

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

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

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

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

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

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

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