Html Css Color HEX #EDABA3 Shilo

📋 copy color: '#EDABA3'

red 237 ◦ green 171 ◦ blue 163

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

Shades of Shilo #EDABA3

Tints of Shilo #EDABA3

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.95%

 BLUE value IS 163 (64.06% from 255) = 28.55%

R = 41.51%
G = 29.95%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EDABA3 (or 0xEDABA3) is known color: Shilo. HEX triplet: ED, AB and A3. RGB value is (237,171,163). Sum of RGB (Red+Green+Blue) = 237+171+163=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 163 (64.06% from 255 or 28.55% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDABA3 is #12545C. Grayscale: #BDBDBD. Windows color (decimal): -1201245 or 10726381. OLE color: 10726381.

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

Color convert

RGB 237 171 163 -
CMYK 0 0.28 0.31 0.07
HSL 6.49º 0.67% 0.78% -
HSV(B) 6.49º 0.31% 0.93% -
XYZ 56.1 49.77 41.3 -
YUV 189.82 112.87 161.65 -
System Red Green Blue C M Y K H S L
Decimal 237 171 163 0 0.28 0.31 0.07 6.49 0.67 0.78
Hex ED AB A3 0 1C 1F 7 6 43 4E
Octal 355 253 243 0 34 37 7 6 103 116
Binary 11101101 10101011 10100011 0 11100 11111 111 110 1000011 1001110

Color Harmonies of #EDABA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDABA3

Black with #EDABA3

Text Example


Text Example

White with #EDABA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDABA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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