Html Css Color HEX #EBDC9F Sidecar

📋 copy color: '#EBDC9F'

red 235 ◦ green 220 ◦ blue 159

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

Shades of Sidecar #EBDC9F

Tints of Sidecar #EBDC9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 25.9%

R = 38.27%
G = 35.83%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EBDC9F (or 0xEBDC9F) is known color: Sidecar. HEX triplet: EB, DC and 9F. RGB value is (235,220,159). Sum of RGB (Red+Green+Blue) = 235+220+159=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 159 (62.5% from 255 or 25.90% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDC9F is #142360. Grayscale: #D9D9D9. Windows color (decimal): -1319777 or 10476779. OLE color: 10476779.

HSL color Cylindrical-coordinate representation of color #EBDC9F: hue angle of 48.16º degrees, saturation: 0.66, 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 #EBDC9F is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 220 159 -
CMYK 0 0.06 0.32 0.08
HSL 48.16º 0.66% 0.77% -
HSV(B) 48.16º 0.32% 0.92% -
XYZ 66.11 71.35 43.09 -
YUV 217.53 94.97 140.46 -
System Red Green Blue C M Y K H S L
Decimal 235 220 159 0 0.06 0.32 0.08 48.16 0.66 0.77
Hex EB DC 9F 0 6 20 8 30 42 4D
Octal 353 334 237 0 6 40 10 60 102 115
Binary 11101011 11011100 10011111 0 110 100000 1000 110000 1000010 1001101

Color Harmonies of #EBDC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC9F

Black with #EBDC9F

Text Example


Text Example

White with #EBDC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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