Html Css Color HEX #EDB1A8 Shilo

📋 copy color: '#EDB1A8'

red 237 ◦ green 177 ◦ blue 168

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

Shades of Shilo #EDB1A8

Tints of Shilo #EDB1A8

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.41%

 BLUE value IS 168 (66.02% from 255) = 28.87%

R = 40.72%
G = 30.41%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EDB1A8 (or 0xEDB1A8) is known color: Shilo. HEX triplet: ED, B1 and A8. RGB value is (237,177,168). Sum of RGB (Red+Green+Blue) = 237+177+168=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 177 (69.53% from 255 or 30.41% from 582); Blue value is 168 (66.02% from 255 or 28.87% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB1A8 is #124E57. Grayscale: #C2C2C2. Windows color (decimal): -1199704 or 11055597. OLE color: 11055597.

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

Color convert

RGB 237 177 168 -
CMYK 0 0.25 0.29 0.07
HSL 7.83º 0.66% 0.79% -
HSV(B) 7.83º 0.29% 0.93% -
XYZ 57.72 52.28 44.09 -
YUV 193.91 113.38 158.73 -
System Red Green Blue C M Y K H S L
Decimal 237 177 168 0 0.25 0.29 0.07 7.83 0.66 0.79
Hex ED B1 A8 0 19 1D 7 8 42 4F
Octal 355 261 250 0 31 35 7 10 102 117
Binary 11101101 10110001 10101000 0 11001 11101 111 1000 1000010 1001111

Color Harmonies of #EDB1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB1A8

Black with #EDB1A8

Text Example


Text Example

White with #EDB1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB1A8; }

 p { color: rgb(237,177,168); }

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

background-color css

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

 a { background-color: rgb(237,177,168); }

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

border-color css

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

 span { border-color: rgb(237,177,168); }

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