Html Css Color HEX #EBDDAF Sidecar

📋 copy color: '#EBDDAF'

red 235 ◦ green 221 ◦ blue 175

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

Shades of Sidecar #EBDDAF

Tints of Sidecar #EBDDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.73%

R = 37.24%
G = 35.02%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EBDDAF (or 0xEBDDAF) is known color: Sidecar. HEX triplet: EB, DD and AF. RGB value is (235,221,175). Sum of RGB (Red+Green+Blue) = 235+221+175=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 175 (68.75% from 255 or 27.73% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDDAF is #142250. Grayscale: #DCDCDC. Windows color (decimal): -1319505 or 11525611. OLE color: 11525611.

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

Color convert

RGB 235 221 175 -
CMYK 0 0.06 0.26 0.08
HSL 46º 0.6% 0.8% -
HSV(B) 46º 0.26% 0.92% -
XYZ 67.86 72.47 50.97 -
YUV 219.94 102.64 138.74 -
System Red Green Blue C M Y K H S L
Decimal 235 221 175 0 0.06 0.26 0.08 46 0.6 0.8
Hex EB DD AF 0 6 1A 8 2E 3C 50
Octal 353 335 257 0 6 32 10 56 74 120
Binary 11101011 11011101 10101111 0 110 11010 1000 101110 111100 1010000

Color Harmonies of #EBDDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDDAF

Black with #EBDDAF

Text Example


Text Example

White with #EBDDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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