#EBDDA1

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

Shades of Sidecar #EBDDA1

Tints of Sidecar #EBDDA1

Color information

#EBDDA1 (or 0xEBDDA1) is unknown color: approx Sidecar. HEX triplet: EB, DD and A1. RGB value is (235,221,161). Sum of RGB (Red+Green+Blue) = 235+221+161=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 161 (63.28% from 255 or 26.09% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDDA1 is #14225E. Grayscale: #DADADA. Windows color (decimal): -1319519 or 10608107. OLE color: 10608107.

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

Color convert

RGB235221161-
CMYK00.060.310.08
HSL48.65º64.91%77.65%-
HSV(B)48.65º31.49%92.16%-
XYZ66.5571.9544.1-
YUV218.3595.64139.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 221 (86.72% from 255) = 35.82%
BLUE value IS 161 (63.28% from 255) = 26.09%
R=38.09%
G=35.82%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522116100.060.310.0848.6564.9177.65
HexEBDDA1061F831414e
Octal35333524106371061101116
Binary111010111101110110100001011011111100011000110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDA1; }

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

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

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

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

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

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

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

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