Html Css Color HEX #EBB2A5 Shilo

📋 copy color: '#EBB2A5'

red 235 ◦ green 178 ◦ blue 165

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

Shades of Shilo #EBB2A5

Tints of Shilo #EBB2A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.55%

R = 40.66%
G = 30.8%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EBB2A5 (or 0xEBB2A5) is known color: Shilo. HEX triplet: EB, B2 and A5. RGB value is (235,178,165). Sum of RGB (Red+Green+Blue) = 235+178+165=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 165 (64.84% from 255 or 28.55% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB2A5 is #144D5A. Grayscale: #C1C1C1. Windows color (decimal): -1330523 or 10859243. OLE color: 10859243.

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

Color convert

RGB 235 178 165 -
CMYK 0 0.24 0.30 0.08
HSL 11.14º 0.64% 0.78% -
HSV(B) 11.14º 0.3% 0.92% -
XYZ 56.97 52.22 42.67 -
YUV 193.56 111.88 157.56 -
System Red Green Blue C M Y K H S L
Decimal 235 178 165 0 0.24 0.30 0.08 11.14 0.64 0.78
Hex EB B2 A5 0 18 1E 8 B 40 4E
Octal 353 262 245 0 30 36 10 13 100 116
Binary 11101011 10110010 10100101 0 11000 11110 1000 1011 1000000 1001110

Color Harmonies of #EBB2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB2A5

Black with #EBB2A5

Text Example


Text Example

White with #EBB2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB2A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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