Html Css Color HEX #EBDDA5 Sidecar

📋 copy color: '#EBDDA5'

red 235 ◦ green 221 ◦ blue 165

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

Shades of Sidecar #EBDDA5

Tints of Sidecar #EBDDA5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.59%

 BLUE value IS 165 (64.84% from 255) = 26.57%

R = 37.84%
G = 35.59%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EBDDA5 (or 0xEBDDA5) is known color: Sidecar. HEX triplet: EB, DD and A5. RGB value is (235,221,165). Sum of RGB (Red+Green+Blue) = 235+221+165=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 165 (64.84% from 255 or 26.57% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDDA5 is #14225A. Grayscale: #DBDBDB. Windows color (decimal): -1319515 or 10870251. OLE color: 10870251.

HSL color Cylindrical-coordinate representation of color #EBDDA5: hue angle of 48º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBDDA5 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 221 165 -
CMYK 0 0.06 0.30 0.08
HSL 48º 0.64% 0.78% -
HSV(B) 48º 0.3% 0.92% -
XYZ 66.91 72.09 45.99 -
YUV 218.8 97.64 139.55 -
System Red Green Blue C M Y K H S L
Decimal 235 221 165 0 0.06 0.30 0.08 48 0.64 0.78
Hex EB DD A5 0 6 1E 8 30 40 4E
Octal 353 335 245 0 6 36 10 60 100 116
Binary 11101011 11011101 10100101 0 110 11110 1000 110000 1000000 1001110

Color Harmonies of #EBDDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDDA5

Black with #EBDDA5

Text Example


Text Example

White with #EBDDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDDA5; }

 p { color: rgb(235,221,165); }

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

background-color css

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

 a { background-color: rgb(235,221,165); }

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

border-color css

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

 span { border-color: rgb(235,221,165); }

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