Html Css Color HEX #EDB1AA Shilo

📋 copy color: '#EDB1AA'

red 237 ◦ green 177 ◦ blue 170

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

Shades of Shilo #EDB1AA

Tints of Shilo #EDB1AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.11%

R = 40.58%
G = 30.31%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EDB1AA (or 0xEDB1AA) is known color: Shilo. HEX triplet: ED, B1 and AA. RGB value is (237,177,170). Sum of RGB (Red+Green+Blue) = 237+177+170=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 177 (69.53% from 255 or 30.31% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB1AA is #124E55. Grayscale: #C2C2C2. Windows color (decimal): -1199702 or 11186669. OLE color: 11186669.

HSL color Cylindrical-coordinate representation of color #EDB1AA: hue angle of 6.27º 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 #EDB1AA is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 177 170 -
CMYK 0 0.25 0.28 0.07
HSL 6.27º 0.65% 0.8% -
HSV(B) 6.27º 0.28% 0.93% -
XYZ 57.9 52.35 45.08 -
YUV 194.14 114.38 158.57 -
System Red Green Blue C M Y K H S L
Decimal 237 177 170 0 0.25 0.28 0.07 6.27 0.65 0.8
Hex ED B1 AA 0 19 1C 7 6 41 50
Octal 355 261 252 0 31 34 7 6 101 120
Binary 11101101 10110001 10101010 0 11001 11100 111 110 1000001 1010000

Color Harmonies of #EDB1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB1AA

Black with #EDB1AA

Text Example


Text Example

White with #EDB1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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