Html Css Color HEX #EBDBA1 Sidecar

📋 copy color: '#EBDBA1'

red 235 ◦ green 219 ◦ blue 161

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

Shades of Sidecar #EBDBA1

Tints of Sidecar #EBDBA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 26.18%

R = 38.21%
G = 35.61%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EBDBA1 (or 0xEBDBA1) is known color: Sidecar. HEX triplet: EB, DB and A1. RGB value is (235,219,161). Sum of RGB (Red+Green+Blue) = 235+219+161=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 161 (63.28% from 255 or 26.18% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDBA1 is #14245E. Grayscale: #D9D9D9. Windows color (decimal): -1320031 or 10607595. OLE color: 10607595.

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

Color convert

RGB 235 219 161 -
CMYK 0 0.07 0.31 0.08
HSL 47.03º 0.65% 0.78% -
HSV(B) 47.03º 0.31% 0.92% -
XYZ 66.03 70.9 43.92 -
YUV 217.17 96.3 140.72 -
System Red Green Blue C M Y K H S L
Decimal 235 219 161 0 0.07 0.31 0.08 47.03 0.65 0.78
Hex EB DB A1 0 7 1F 8 2F 41 4E
Octal 353 333 241 0 7 37 10 57 101 116
Binary 11101011 11011011 10100001 0 111 11111 1000 101111 1000001 1001110

Color Harmonies of #EBDBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDBA1

Black with #EBDBA1

Text Example


Text Example

White with #EBDBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDBA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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