Html Css Color HEX #EBB6AA Shilo

📋 copy color: '#EBB6AA'

red 235 ◦ green 182 ◦ blue 170

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

Shades of Shilo #EBB6AA

Tints of Shilo #EBB6AA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.01%

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

R = 40.03%
G = 31.01%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EBB6AA (or 0xEBB6AA) is known color: Shilo. HEX triplet: EB, B6 and AA. RGB value is (235,182,170). Sum of RGB (Red+Green+Blue) = 235+182+170=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 182 (71.48% from 255 or 31.01% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB6AA is #144955. Grayscale: #C4C4C4. Windows color (decimal): -1329494 or 11187947. OLE color: 11187947.

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

Color convert

RGB 235 182 170 -
CMYK 0 0.23 0.28 0.08
HSL 11.08º 0.62% 0.79% -
HSV(B) 11.08º 0.28% 0.92% -
XYZ 58.24 54.02 45.39 -
YUV 196.48 113.06 155.48 -
System Red Green Blue C M Y K H S L
Decimal 235 182 170 0 0.23 0.28 0.08 11.08 0.62 0.79
Hex EB B6 AA 0 17 1C 8 B 3E 4F
Octal 353 266 252 0 27 34 10 13 76 117
Binary 11101011 10110110 10101010 0 10111 11100 1000 1011 111110 1001111

Color Harmonies of #EBB6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB6AA

Black with #EBB6AA

Text Example


Text Example

White with #EBB6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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