Html Css Color HEX #EBB0AA Shilo

📋 copy color: '#EBB0AA'

red 235 ◦ green 176 ◦ blue 170

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

Shades of Shilo #EBB0AA

Tints of Shilo #EBB0AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.26%

R = 40.45%
G = 30.29%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EBB0AA (or 0xEBB0AA) is known color: Shilo. HEX triplet: EB, B0 and AA. RGB value is (235,176,170). Sum of RGB (Red+Green+Blue) = 235+176+170=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 176 (69.14% from 255 or 30.29% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB0AA is #144F55. Grayscale: #C1C1C1. Windows color (decimal): -1331030 or 11186411. OLE color: 11186411.

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

Color convert

RGB 235 176 170 -
CMYK 0 0.25 0.28 0.08
HSL 5.54º 0.62% 0.79% -
HSV(B) 5.54º 0.28% 0.92% -
XYZ 57.04 51.62 44.99 -
YUV 192.96 115.05 157.99 -
System Red Green Blue C M Y K H S L
Decimal 235 176 170 0 0.25 0.28 0.08 5.54 0.62 0.79
Hex EB B0 AA 0 19 1C 8 6 3E 4F
Octal 353 260 252 0 31 34 10 6 76 117
Binary 11101011 10110000 10101010 0 11001 11100 1000 110 111110 1001111

Color Harmonies of #EBB0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB0AA

Black with #EBB0AA

Text Example


Text Example

White with #EBB0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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