Html Css Color HEX #EBB2A3 Shilo

📋 copy color: '#EBB2A3'

red 235 ◦ green 178 ◦ blue 163

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

Shades of Shilo #EBB2A3

Tints of Shilo #EBB2A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 28.3%

R = 40.8%
G = 30.9%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EBB2A3 (or 0xEBB2A3) is known color: Shilo. HEX triplet: EB, B2 and A3. RGB value is (235,178,163). Sum of RGB (Red+Green+Blue) = 235+178+163=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 178 (69.92% from 255 or 30.90% from 576); Blue value is 163 (64.06% from 255 or 28.30% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB2A3 is #144D5C. Grayscale: #C1C1C1. Windows color (decimal): -1330525 or 10728171. OLE color: 10728171.

HSL color Cylindrical-coordinate representation of color #EBB2A3: hue angle of 12.5º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBB2A3 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 178 163 -
CMYK 0 0.24 0.31 0.08
HSL 12.5º 0.64% 0.78% -
HSV(B) 12.5º 0.31% 0.92% -
XYZ 56.79 52.15 41.72 -
YUV 193.33 110.88 157.72 -
System Red Green Blue C M Y K H S L
Decimal 235 178 163 0 0.24 0.31 0.08 12.5 0.64 0.78
Hex EB B2 A3 0 18 1F 8 C 40 4E
Octal 353 262 243 0 30 37 10 14 100 116
Binary 11101011 10110010 10100011 0 11000 11111 1000 1100 1000000 1001110

Color Harmonies of #EBB2A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB2A3

Black with #EBB2A3

Text Example


Text Example

White with #EBB2A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB2A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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