Html Css Color HEX #EBDFAA Sidecar

📋 copy color: '#EBDFAA'

red 235 ◦ green 223 ◦ blue 170

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

Shades of Sidecar #EBDFAA

Tints of Sidecar #EBDFAA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.51%

 BLUE value IS 170 (66.8% from 255) = 27.07%

R = 37.42%
G = 35.51%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EBDFAA (or 0xEBDFAA) is known color: Sidecar. HEX triplet: EB, DF and AA. RGB value is (235,223,170). Sum of RGB (Red+Green+Blue) = 235+223+170=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 170 (66.80% from 255 or 27.07% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDFAA is #142055. Grayscale: #DCDCDC. Windows color (decimal): -1318998 or 11198443. OLE color: 11198443.

HSL color Cylindrical-coordinate representation of color #EBDFAA: hue angle of 48.92º 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 #EBDFAA is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 223 170 -
CMYK 0 0.05 0.28 0.08
HSL 48.92º 0.62% 0.79% -
HSV(B) 48.92º 0.28% 0.92% -
XYZ 67.9 73.34 48.61 -
YUV 220.55 99.48 138.31 -
System Red Green Blue C M Y K H S L
Decimal 235 223 170 0 0.05 0.28 0.08 48.92 0.62 0.79
Hex EB DF AA 0 5 1C 8 31 3E 4F
Octal 353 337 252 0 5 34 10 61 76 117
Binary 11101011 11011111 10101010 0 101 11100 1000 110001 111110 1001111

Color Harmonies of #EBDFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDFAA

Black with #EBDFAA

Text Example


Text Example

White with #EBDFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDFAA; }

 p { color: rgb(235,223,170); }

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

background-color css

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

 a { background-color: rgb(235,223,170); }

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

border-color css

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

 span { border-color: rgb(235,223,170); }

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