Html Css Color HEX #EBB1A5 Shilo

📋 copy color: '#EBB1A5'

red 235 ◦ green 177 ◦ blue 165

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

Shades of Shilo #EBB1A5

Tints of Shilo #EBB1A5

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.68%

 BLUE value IS 165 (64.84% from 255) = 28.6%

R = 40.73%
G = 30.68%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EBB1A5 (or 0xEBB1A5) is known color: Shilo. HEX triplet: EB, B1 and A5. RGB value is (235,177,165). Sum of RGB (Red+Green+Blue) = 235+177+165=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 177 (69.53% from 255 or 30.68% from 577); Blue value is 165 (64.84% from 255 or 28.60% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB1A5 is #144E5A. Grayscale: #C1C1C1. Windows color (decimal): -1330779 or 10858987. OLE color: 10858987.

HSL color Cylindrical-coordinate representation of color #EBB1A5: hue angle of 10.29º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBB1A5 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 177 165 -
CMYK 0 0.25 0.30 0.08
HSL 10.29º 0.64% 0.78% -
HSV(B) 10.29º 0.3% 0.92% -
XYZ 56.77 51.82 42.61 -
YUV 192.97 112.22 157.98 -
System Red Green Blue C M Y K H S L
Decimal 235 177 165 0 0.25 0.30 0.08 10.29 0.64 0.78
Hex EB B1 A5 0 19 1E 8 A 40 4E
Octal 353 261 245 0 31 36 10 12 100 116
Binary 11101011 10110001 10100101 0 11001 11110 1000 1010 1000000 1001110

Color Harmonies of #EBB1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB1A5

Black with #EBB1A5

Text Example


Text Example

White with #EBB1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB1A5; }

 p { color: rgb(235,177,165); }

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

background-color css

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

 a { background-color: rgb(235,177,165); }

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

border-color css

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

 span { border-color: rgb(235,177,165); }

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