Html Css Color HEX #EBDFA0 Sidecar

📋 copy color: '#EBDFA0'

red 235 ◦ green 223 ◦ blue 160

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

Shades of Sidecar #EBDFA0

Tints of Sidecar #EBDFA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 25.89%

R = 38.03%
G = 36.08%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EBDFA0 (or 0xEBDFA0) is known color: Sidecar. HEX triplet: EB, DF and A0. RGB value is (235,223,160). Sum of RGB (Red+Green+Blue) = 235+223+160=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 160 (62.89% from 255 or 25.89% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDFA0 is #14205F. Grayscale: #DBDBDB. Windows color (decimal): -1319008 or 10543083. OLE color: 10543083.

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

Color convert

RGB 235 223 160 -
CMYK 0 0.05 0.32 0.08
HSL 50.4º 0.65% 0.77% -
HSV(B) 50.4º 0.32% 0.92% -
XYZ 66.99 72.98 43.81 -
YUV 219.41 94.48 139.12 -
System Red Green Blue C M Y K H S L
Decimal 235 223 160 0 0.05 0.32 0.08 50.4 0.65 0.77
Hex EB DF A0 0 5 20 8 32 41 4D
Octal 353 337 240 0 5 40 10 62 101 115
Binary 11101011 11011111 10100000 0 101 100000 1000 110010 1000001 1001101

Color Harmonies of #EBDFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDFA0

Black with #EBDFA0

Text Example


Text Example

White with #EBDFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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