Html Css Color HEX #EDAEA6 Shilo

📋 copy color: '#EDAEA6'

red 237 ◦ green 174 ◦ blue 166

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

Shades of Shilo #EDAEA6

Tints of Shilo #EDAEA6

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.16%

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

R = 41.07%
G = 30.16%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EDAEA6 (or 0xEDAEA6) is known color: Shilo. HEX triplet: ED, AE and A6. RGB value is (237,174,166). Sum of RGB (Red+Green+Blue) = 237+174+166=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 166 (65.23% from 255 or 28.77% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAEA6 is #125159. Grayscale: #C0C0C0. Windows color (decimal): -1200474 or 10923757. OLE color: 10923757.

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

Color convert

RGB 237 174 166 -
CMYK 0 0.27 0.30 0.07
HSL 6.76º 0.66% 0.79% -
HSV(B) 6.76º 0.3% 0.93% -
XYZ 56.94 51.03 42.92 -
YUV 191.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 237 174 166 0 0.27 0.30 0.07 6.76 0.66 0.79
Hex ED AE A6 0 1B 1E 7 7 42 4F
Octal 355 256 246 0 33 36 7 7 102 117
Binary 11101101 10101110 10100110 0 11011 11110 111 111 1000010 1001111

Color Harmonies of #EDAEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAEA6

Black with #EDAEA6

Text Example


Text Example

White with #EDAEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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