Html Css Color HEX #EBA49D Shilo

📋 copy color: '#EBA49D'

red 235 ◦ green 164 ◦ blue 157

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

Shades of Shilo #EBA49D

Tints of Shilo #EBA49D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.5%

 BLUE value IS 157 (61.72% from 255) = 28.24%

R = 42.27%
G = 29.5%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EBA49D (or 0xEBA49D) is known color: Shilo. HEX triplet: EB, A4 and 9D. RGB value is (235,164,157). Sum of RGB (Red+Green+Blue) = 235+164+157=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 157 (61.72% from 255 or 28.24% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA49D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA49D is #145B62. Grayscale: #B8B8B8. Windows color (decimal): -1334115 or 10331371. OLE color: 10331371.

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

Color convert

RGB 235 164 157 -
CMYK 0 0.30 0.33 0.08
HSL 5.38º 0.66% 0.77% -
HSV(B) 5.38º 0.33% 0.92% -
XYZ 53.62 46.65 38.08 -
YUV 184.43 112.52 164.07 -
System Red Green Blue C M Y K H S L
Decimal 235 164 157 0 0.30 0.33 0.08 5.38 0.66 0.77
Hex EB A4 9D 0 1E 21 8 5 42 4D
Octal 353 244 235 0 36 41 10 5 102 115
Binary 11101011 10100100 10011101 0 11110 100001 1000 101 1000010 1001101

Color Harmonies of #EBA49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA49D

Black with #EBA49D

Text Example


Text Example

White with #EBA49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA49D; }

 p { color: rgb(235,164,157); }

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

background-color css

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

 a { background-color: rgb(235,164,157); }

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

border-color css

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

 span { border-color: rgb(235,164,157); }

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