#EBDFA4

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

Shades of Sidecar #EBDFA4

Tints of Sidecar #EBDFA4

Color information

#EBDFA4 (or 0xEBDFA4) is unknown color: approx Sidecar. HEX triplet: EB, DF and A4. RGB value is (235,223,164). Sum of RGB (Red+Green+Blue) = 235+223+164=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 164 (64.45% from 255 or 26.37% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDFA4 is #14205B. Grayscale: #DCDCDC. Windows color (decimal): -1319004 or 10805227. OLE color: 10805227.

HSL color Cylindrical-coordinate representation of color #EBDFA4: hue angle of 49.86º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBDFA4 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB235223164-
CMYK00.050.300.08
HSL49.86º63.96%78.24%-
HSV(B)49.86º30.21%92.16%-
XYZ67.3573.1245.69-
YUV219.8696.48138.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.78%
GREEN value IS 223 (87.5% from 255) = 35.85%
BLUE value IS 164 (64.45% from 255) = 26.37%
R=37.78%
G=35.85%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522316400.050.300.0849.8663.9678.24
HexEBDFA4051E832404e
Octal35333724405361062100116
Binary111010111101111110100100010111110100011001010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFA4; }

 p { color: rgb(235,223,164); }

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

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

 a { background-color: rgb(235,223,164); }

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

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

 span { border-color: rgb(235,223,164); }

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