#EBE0A5

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

Shades of Sidecar #EBE0A5

Tints of Sidecar #EBE0A5

Color information

#EBE0A5 (or 0xEBE0A5) is unknown color: approx Sidecar. HEX triplet: EB, E0 and A5. RGB value is (235,224,165). Sum of RGB (Red+Green+Blue) = 235+224+165=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 165 (64.84% from 255 or 26.44% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE0A5 is #141F5A. Grayscale: #DCDCDC. Windows color (decimal): -1318747 or 10871019. OLE color: 10871019.

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

Color convert

RGB235224165-
CMYK00.050.300.08
HSL50.57º63.64%78.43%-
HSV(B)50.57º29.79%92.16%-
XYZ67.7173.6946.25-
YUV220.5696.64138.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.66%
GREEN value IS 224 (87.89% from 255) = 35.90%
BLUE value IS 165 (64.84% from 255) = 26.44%
R=37.66%
G=35.90%
B=26.44%

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
Decimal23522416500.050.300.0850.5763.6478.43
HexEBE0A5051E833404e
Octal35334024505361063100116
Binary111010111110000010100101010111110100011001110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE0A5; }

 p { color: rgb(235,224,165); }

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

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

 a { background-color: rgb(235,224,165); }

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

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

 span { border-color: rgb(235,224,165); }

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