#EBE0B0

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

Shades of Sidecar #EBE0B0

Tints of Sidecar #EBE0B0

Color information

#EBE0B0 (or 0xEBE0B0) is unknown color: approx Sidecar. HEX triplet: EB, E0 and B0. RGB value is (235,224,176). Sum of RGB (Red+Green+Blue) = 235+224+176=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 176 (69.14% from 255 or 27.72% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE0B0 is #141F4F. Grayscale: #DEDEDE. Windows color (decimal): -1318736 or 11591915. OLE color: 11591915.

HSL color Cylindrical-coordinate representation of color #EBE0B0: hue angle of 48.81º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBE0B0 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB235224176-
CMYK00.050.250.08
HSL48.81º59.6%80.59%-
HSV(B)48.81º25.11%92.16%-
XYZ68.7574.1151.75-
YUV221.82102.14137.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 224 (87.89% from 255) = 35.28%
BLUE value IS 176 (69.14% from 255) = 27.72%
R=37.01%
G=35.28%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522417600.050.250.0848.8159.680.59
HexEBE0B005198313c51
Octal3533402600531106174121
Binary11101011111000001011000001011100110001100011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE0B0; }

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

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

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

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

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

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

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

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