#EBDFB0

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

Shades of Sidecar #EBDFB0

Tints of Sidecar #EBDFB0

Color information

#EBDFB0 (or 0xEBDFB0) is unknown color: approx Sidecar. HEX triplet: EB, DF and B0. RGB value is (235,223,176). Sum of RGB (Red+Green+Blue) = 235+223+176=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 176 (69.14% from 255 or 27.76% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDFB0 is #14204F. Grayscale: #DDDDDD. Windows color (decimal): -1318992 or 11591659. OLE color: 11591659.

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

Color convert

RGB235223176-
CMYK00.050.250.08
HSL47.8º59.6%80.59%-
HSV(B)47.8º25.11%92.16%-
XYZ68.4973.5751.67-
YUV221.23102.48137.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.07%
GREEN value IS 223 (87.5% from 255) = 35.17%
BLUE value IS 176 (69.14% from 255) = 27.76%
R=37.07%
G=35.17%
B=27.76%

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
Decimal23522317600.050.250.0847.859.680.59
HexEBDFB005198303c51
Octal3533372600531106074121
Binary11101011110111111011000001011100110001100001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFB0; }

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

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

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

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

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

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

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

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