Html Css Color HEX #EBB2AA Shilo

📋 copy color: '#EBB2AA'

red 235 ◦ green 178 ◦ blue 170

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

Shades of Shilo #EBB2AA

Tints of Shilo #EBB2AA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.53%

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

R = 40.31%
G = 30.53%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EBB2AA (or 0xEBB2AA) is known color: Shilo. HEX triplet: EB, B2 and AA. RGB value is (235,178,170). Sum of RGB (Red+Green+Blue) = 235+178+170=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 178 (69.92% from 255 or 30.53% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB2AA is #144D55. Grayscale: #C2C2C2. Windows color (decimal): -1330518 or 11186923. OLE color: 11186923.

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

Color convert

RGB 235 178 170 -
CMYK 0 0.24 0.28 0.08
HSL 7.38º 0.62% 0.79% -
HSV(B) 7.38º 0.28% 0.92% -
XYZ 57.44 52.41 45.12 -
YUV 194.13 114.38 157.15 -
System Red Green Blue C M Y K H S L
Decimal 235 178 170 0 0.24 0.28 0.08 7.38 0.62 0.79
Hex EB B2 AA 0 18 1C 8 7 3E 4F
Octal 353 262 252 0 30 34 10 7 76 117
Binary 11101011 10110010 10101010 0 11000 11100 1000 111 111110 1001111

Color Harmonies of #EBB2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB2AA

Black with #EBB2AA

Text Example


Text Example

White with #EBB2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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