Html Css Color HEX #EDB5A6 Shilo

📋 copy color: '#EDB5A6'

red 237 ◦ green 181 ◦ blue 166

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

Shades of Shilo #EDB5A6

Tints of Shilo #EDB5A6

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.99%

 BLUE value IS 166 (65.23% from 255) = 28.42%

R = 40.58%
G = 30.99%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EDB5A6 (or 0xEDB5A6) is known color: Shilo. HEX triplet: ED, B5 and A6. RGB value is (237,181,166). Sum of RGB (Red+Green+Blue) = 237+181+166=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 181 (71.09% from 255 or 30.99% from 584); Blue value is 166 (65.23% from 255 or 28.42% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB5A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB5A6 is #124A59. Grayscale: #C4C4C4. Windows color (decimal): -1198682 or 10925549. OLE color: 10925549.

HSL color Cylindrical-coordinate representation of color #EDB5A6: hue angle of 12.68º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDB5A6 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 181 166 -
CMYK 0 0.24 0.30 0.07
HSL 12.68º 0.66% 0.79% -
HSV(B) 12.68º 0.3% 0.93% -
XYZ 58.33 53.81 43.39 -
YUV 196.03 111.05 157.22 -
System Red Green Blue C M Y K H S L
Decimal 237 181 166 0 0.24 0.30 0.07 12.68 0.66 0.79
Hex ED B5 A6 0 18 1E 7 D 42 4F
Octal 355 265 246 0 30 36 7 15 102 117
Binary 11101101 10110101 10100110 0 11000 11110 111 1101 1000010 1001111

Color Harmonies of #EDB5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB5A6

Black with #EDB5A6

Text Example


Text Example

White with #EDB5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB5A6; }

 p { color: rgb(237,181,166); }

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

background-color css

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

 a { background-color: rgb(237,181,166); }

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

border-color css

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

 span { border-color: rgb(237,181,166); }

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