Html Css Color HEX #EBB0AB Shilo

📋 copy color: '#EBB0AB'

red 235 ◦ green 176 ◦ blue 171

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

Shades of Shilo #EBB0AB

Tints of Shilo #EBB0AB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.24%

 BLUE value IS 171 (67.19% from 255) = 29.38%

R = 40.38%
G = 30.24%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EBB0AB (or 0xEBB0AB) is known color: Shilo. HEX triplet: EB, B0 and AB. RGB value is (235,176,171). Sum of RGB (Red+Green+Blue) = 235+176+171=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 176 (69.14% from 255 or 30.24% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB0AB is #144F54. Grayscale: #C1C1C1. Windows color (decimal): -1331029 or 11251947. OLE color: 11251947.

HSL color Cylindrical-coordinate representation of color #EBB0AB: hue angle of 4.69º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBB0AB is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 176 171 -
CMYK 0 0.25 0.27 0.08
HSL 4.69º 0.62% 0.8% -
HSV(B) 4.69º 0.27% 0.92% -
XYZ 57.14 51.65 45.49 -
YUV 193.07 115.55 157.91 -
System Red Green Blue C M Y K H S L
Decimal 235 176 171 0 0.25 0.27 0.08 4.69 0.62 0.8
Hex EB B0 AB 0 19 1B 8 5 3E 50
Octal 353 260 253 0 31 33 10 5 76 120
Binary 11101011 10110000 10101011 0 11001 11011 1000 101 111110 1010000

Color Harmonies of #EBB0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB0AB

Black with #EBB0AB

Text Example


Text Example

White with #EBB0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB0AB; }

 p { color: rgb(235,176,171); }

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

background-color css

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

 a { background-color: rgb(235,176,171); }

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

border-color css

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

 span { border-color: rgb(235,176,171); }

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