Html Css Color HEX #EDB9AB Shilo

📋 copy color: '#EDB9AB'

red 237 ◦ green 185 ◦ blue 171

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

Shades of Shilo #EDB9AB

Tints of Shilo #EDB9AB

RGB

 RED value IS 237 (92.97% from 255) = 39.97%

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

 BLUE value IS 171 (67.19% from 255) = 28.84%

R = 39.97%
G = 31.2%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EDB9AB (or 0xEDB9AB) is known color: Shilo. HEX triplet: ED, B9 and AB. RGB value is (237,185,171). Sum of RGB (Red+Green+Blue) = 237+185+171=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 185 (72.66% from 255 or 31.20% from 593); Blue value is 171 (67.19% from 255 or 28.84% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB9AB is #124654. Grayscale: #C7C7C7. Windows color (decimal): -1197653 or 11254253. OLE color: 11254253.

HSL color Cylindrical-coordinate representation of color #EDB9AB: hue angle of 12.73º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDB9AB is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 185 171 -
CMYK 0 0.22 0.28 0.07
HSL 12.73º 0.65% 0.8% -
HSV(B) 12.73º 0.28% 0.93% -
XYZ 59.62 55.64 46.13 -
YUV 198.95 112.23 155.14 -
System Red Green Blue C M Y K H S L
Decimal 237 185 171 0 0.22 0.28 0.07 12.73 0.65 0.8
Hex ED B9 AB 0 16 1C 7 D 41 50
Octal 355 271 253 0 26 34 7 15 101 120
Binary 11101101 10111001 10101011 0 10110 11100 111 1101 1000001 1010000

Color Harmonies of #EDB9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB9AB

Black with #EDB9AB

Text Example


Text Example

White with #EDB9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB9AB; }

 p { color: rgb(237,185,171); }

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

background-color css

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

 a { background-color: rgb(237,185,171); }

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

border-color css

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

 span { border-color: rgb(237,185,171); }

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