Html Css Color HEX #EBDBA0 Sidecar

📋 copy color: '#EBDBA0'

red 235 ◦ green 219 ◦ blue 160

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

Shades of Sidecar #EBDBA0

Tints of Sidecar #EBDBA0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.67%

 BLUE value IS 160 (62.89% from 255) = 26.06%

R = 38.27%
G = 35.67%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EBDBA0 (or 0xEBDBA0) is known color: Sidecar. HEX triplet: EB, DB and A0. RGB value is (235,219,160). Sum of RGB (Red+Green+Blue) = 235+219+160=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 160 (62.89% from 255 or 26.06% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDBA0 is #14245F. Grayscale: #D9D9D9. Windows color (decimal): -1320032 or 10542059. OLE color: 10542059.

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

Color convert

RGB 235 219 160 -
CMYK 0 0.07 0.32 0.08
HSL 47.2º 0.65% 0.77% -
HSV(B) 47.2º 0.32% 0.92% -
XYZ 65.94 70.86 43.46 -
YUV 217.06 95.8 140.8 -
System Red Green Blue C M Y K H S L
Decimal 235 219 160 0 0.07 0.32 0.08 47.2 0.65 0.77
Hex EB DB A0 0 7 20 8 2F 41 4D
Octal 353 333 240 0 7 40 10 57 101 115
Binary 11101011 11011011 10100000 0 111 100000 1000 101111 1000001 1001101

Color Harmonies of #EBDBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDBA0

Black with #EBDBA0

Text Example


Text Example

White with #EBDBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDBA0; }

 p { color: rgb(235,219,160); }

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

background-color css

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

 a { background-color: rgb(235,219,160); }

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

border-color css

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

 span { border-color: rgb(235,219,160); }

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