Html Css Color HEX #EBDCB0 Sidecar

📋 copy color: '#EBDCB0'

red 235 ◦ green 220 ◦ blue 176

#EBDCB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sidecar #EBDCB0

Tints of Sidecar #EBDCB0

RGB

 RED value IS 235 (92.19% from 255) = 37.24%

 GREEN value IS 220 (86.33% from 255) = 34.87%

 BLUE value IS 176 (69.14% from 255) = 27.89%

R = 37.24%
G = 34.87%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EBDCB0 (or 0xEBDCB0) is known color: Sidecar. HEX triplet: EB, DC and B0. RGB value is (235,220,176). Sum of RGB (Red+Green+Blue) = 235+220+176=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 176 (69.14% from 255 or 27.89% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDCB0 is #14234F. Grayscale: #DBDBDB. Windows color (decimal): -1319760 or 11590891. OLE color: 11590891.

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

Color convert

RGB 235 220 176 -
CMYK 0 0.06 0.25 0.08
HSL 44.75º 0.6% 0.81% -
HSV(B) 44.75º 0.25% 0.92% -
XYZ 67.69 71.98 51.4 -
YUV 219.47 103.47 139.08 -
System Red Green Blue C M Y K H S L
Decimal 235 220 176 0 0.06 0.25 0.08 44.75 0.6 0.81
Hex EB DC B0 0 6 19 8 2D 3C 51
Octal 353 334 260 0 6 31 10 55 74 121
Binary 11101011 11011100 10110000 0 110 11001 1000 101101 111100 1010001

Color Harmonies of #EBDCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDCB0

Black with #EBDCB0

Text Example


Text Example

White with #EBDCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDCB0; }

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

 H1.HeaderClassName
 {
   color: #EBDCB0;
 }
 .AnyTagClassName
 {
   color: #EBDCB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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