Html Css Color HEX #EBB9AA Shilo

📋 copy color: '#EBB9AA'

red 235 ◦ green 185 ◦ blue 170

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

Shades of Shilo #EBB9AA

Tints of Shilo #EBB9AA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.36%

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

R = 39.83%
G = 31.36%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EBB9AA (or 0xEBB9AA) is known color: Shilo. HEX triplet: EB, B9 and AA. RGB value is (235,185,170). Sum of RGB (Red+Green+Blue) = 235+185+170=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 185 (72.66% from 255 or 31.36% from 590); Blue value is 170 (66.80% from 255 or 28.81% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB9AA is #144655. Grayscale: #C6C6C6. Windows color (decimal): -1328726 or 11188715. OLE color: 11188715.

HSL color Cylindrical-coordinate representation of color #EBB9AA: hue angle of 13.85º 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 #EBB9AA is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 185 170 -
CMYK 0 0.21 0.28 0.08
HSL 13.85º 0.62% 0.79% -
HSV(B) 13.85º 0.28% 0.92% -
XYZ 58.87 55.26 45.59 -
YUV 198.24 112.07 154.22 -
System Red Green Blue C M Y K H S L
Decimal 235 185 170 0 0.21 0.28 0.08 13.85 0.62 0.79
Hex EB B9 AA 0 15 1C 8 E 3E 4F
Octal 353 271 252 0 25 34 10 16 76 117
Binary 11101011 10111001 10101010 0 10101 11100 1000 1110 111110 1001111

Color Harmonies of #EBB9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB9AA

Black with #EBB9AA

Text Example


Text Example

White with #EBB9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB9AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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