Html Css Color HEX #EBDCA9 Sidecar

📋 copy color: '#EBDCA9'

red 235 ◦ green 220 ◦ blue 169

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

Shades of Sidecar #EBDCA9

Tints of Sidecar #EBDCA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 27.08%

R = 37.66%
G = 35.26%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EBDCA9 (or 0xEBDCA9) is known color: Sidecar. HEX triplet: EB, DC and A9. RGB value is (235,220,169). Sum of RGB (Red+Green+Blue) = 235+220+169=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 169 (66.41% from 255 or 27.08% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDCA9 is #142356. Grayscale: #DADADA. Windows color (decimal): -1319767 or 11132139. OLE color: 11132139.

HSL color Cylindrical-coordinate representation of color #EBDCA9: hue angle of 46.36º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBDCA9 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 220 169 -
CMYK 0 0.06 0.28 0.08
HSL 46.36º 0.62% 0.79% -
HSV(B) 46.36º 0.28% 0.92% -
XYZ 67.02 71.71 47.85 -
YUV 218.67 99.97 139.65 -
System Red Green Blue C M Y K H S L
Decimal 235 220 169 0 0.06 0.28 0.08 46.36 0.62 0.79
Hex EB DC A9 0 6 1C 8 2E 3E 4F
Octal 353 334 251 0 6 34 10 56 76 117
Binary 11101011 11011100 10101001 0 110 11100 1000 101110 111110 1001111

Color Harmonies of #EBDCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDCA9

Black with #EBDCA9

Text Example


Text Example

White with #EBDCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDCA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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